mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1754094990
- Update pkgver to 0.0.1754094990 - Update download URLs for new release - Update SHA256 checksums for x86_64 and aarch64 Automated update from GitHub Actions
This commit is contained in:
parent
a12f1271b1
commit
a10274324e
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ampcode
|
||||
pkgdesc = An agentic coding tool, in research preview from Sourcegraph
|
||||
pkgver = 0.0.1754093976
|
||||
pkgver = 0.0.1754094990
|
||||
pkgrel = 1
|
||||
url = https://ampcode.com
|
||||
arch = x86_64
|
||||
|
|
@ -12,9 +12,9 @@ pkgbase = ampcode
|
|||
replaces = sourcegraph-amp
|
||||
replaces = ampcode
|
||||
options = !strip
|
||||
source_x86_64 = ampcode-0.0.1754093976-x86_64::https://packages.ampcode.com/binaries/v0.0.1754093976/amp-linux-x64
|
||||
sha256sums_x86_64 = 3bdb7fae4264ccd3a3d300ad71ddc748a8b0814a0c12d35b98c162f4ce017a0a
|
||||
source_aarch64 = ampcode-0.0.1754093976-aarch64::https://packages.ampcode.com/binaries/v0.0.1754093976/amp-linux-arm64
|
||||
sha256sums_aarch64 = 801519a16a47c81202862fbfe00381f587134730fe51e97ead2fcb08f186b807
|
||||
source_x86_64 = ampcode-0.0.1754094990-x86_64::https://packages.ampcode.com/binaries/v0.0.1754094990/amp-linux-x64
|
||||
sha256sums_x86_64 = a56d295638caf1dba657118a02520ffbaada1090d4b449539df853345dbdc96e
|
||||
source_aarch64 = ampcode-0.0.1754094990-aarch64::https://packages.ampcode.com/binaries/v0.0.1754094990/amp-linux-arm64
|
||||
sha256sums_aarch64 = d4a77b0fe9fcef5c6862e3d4b7e634319574b0750ad1135c1c764b25acbdf7d1
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1754093976
|
||||
pkgver=0.0.1754094990
|
||||
pkgrel=1
|
||||
pkgdesc="An agentic coding tool, in research preview from Sourcegraph"
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
|
@ -17,8 +17,8 @@ options=('!strip')
|
|||
source_x86_64=("${pkgname}-${pkgver}-x86_64::https://packages.ampcode.com/binaries/v${pkgver}/amp-linux-x64")
|
||||
source_aarch64=("${pkgname}-${pkgver}-aarch64::https://packages.ampcode.com/binaries/v${pkgver}/amp-linux-arm64")
|
||||
|
||||
sha256sums_x86_64=('3bdb7fae4264ccd3a3d300ad71ddc748a8b0814a0c12d35b98c162f4ce017a0a')
|
||||
sha256sums_aarch64=('801519a16a47c81202862fbfe00381f587134730fe51e97ead2fcb08f186b807')
|
||||
sha256sums_x86_64=('a56d295638caf1dba657118a02520ffbaada1090d4b449539df853345dbdc96e')
|
||||
sha256sums_aarch64=('d4a77b0fe9fcef5c6862e3d4b7e634319574b0750ad1135c1c764b25acbdf7d1')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue