Skip to content

Commit 8a7f0a0

Browse files
actions-usergithub-actions[bot]
authored andcommitted
chore(deps): update @sourcegraph/amp to 0.0.1753646506-gaad712
1 parent b88f8ec commit 8a7f0a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

sourcegraph-amp/.SRCINFO

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
pkgbase = sourcegraph-amp
22
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
44
pkgrel = 1
55
url = https://ampcode.com/
66
arch = any
77
license = custom
88
makedepends = npm
99
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
1313

1414
pkgname = sourcegraph-amp

sourcegraph-amp/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Anirudh Konduru <anirudhmkonduru@gmail.com>
22

33
_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
55
_basename=amp
66
pkgname=sourcegraph-amp # All lowercase
77
pkgver=${_npmver//-/_}
@@ -15,7 +15,7 @@ makedepends=('npm')
1515
optdepends=()
1616
source=(https://registry.npmjs.org/$_npmname/-/$_basename-$_npmver.tgz)
1717
noextract=($_basename-$_npmver.tgz)
18-
sha1sums=('3b4c50bba8ca42a2f5d6308fd4de754bf8f8f20f')
18+
sha1sums=('86b0b1e2426c77d7c4e111b16df15b60a4dd53ac')
1919

2020
package() {
2121
cd "$srcdir"

0 commit comments

Comments
 (0)