File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
pkgbase = sourcegraph-amp
2
2
pkgdesc = CLI for Amp, an agentic coding tool in research preview from Sourcegraph.
3
- pkgver = 0.0.1753632149_g523f29
3
+ pkgver = 0.0.1753646506_gaad712
4
4
pkgrel = 1
5
5
url = https://ampcode.com/
6
6
arch = any
7
7
license = custom
8
8
makedepends = npm
9
9
depends = nodejs
10
- noextract = amp-0.0.1753632149-g523f29 .tgz
11
- source = https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1753632149-g523f29 .tgz
12
- sha1sums = 3b4c50bba8ca42a2f5d6308fd4de754bf8f8f20f
10
+ noextract = amp-0.0.1753646506-gaad712 .tgz
11
+ source = https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1753646506-gaad712 .tgz
12
+ sha1sums = 86b0b1e2426c77d7c4e111b16df15b60a4dd53ac
13
13
14
14
pkgname = sourcegraph-amp
Original file line number Diff line number Diff line change 1
1
# Maintainer: Anirudh Konduru <anirudhmkonduru@gmail.com>
2
2
3
3
_npmname=@sourcegraph/amp
4
- _npmver=0.0.1753632149-g523f29 # renovate: datasource=npm depName=@sourcegraph/amp
4
+ _npmver=0.0.1753646506-gaad712 # renovate: datasource=npm depName=@sourcegraph/amp
5
5
_basename=amp
6
6
pkgname=sourcegraph-amp # All lowercase
7
7
pkgver=${_npmver// -/ _}
@@ -15,7 +15,7 @@ makedepends=('npm')
15
15
optdepends=()
16
16
source=(https://registry.npmjs.org/$_npmname /-/$_basename -$_npmver .tgz)
17
17
noextract=($_basename -$_npmver .tgz)
18
- sha1sums=(' 3b4c50bba8ca42a2f5d6308fd4de754bf8f8f20f ' )
18
+ sha1sums=(' 86b0b1e2426c77d7c4e111b16df15b60a4dd53ac ' )
19
19
20
20
package () {
21
21
cd " $srcdir "
You can’t perform that action at this time.
0 commit comments