mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1755979480
- Update pkgver to 0.0.1755979480 - 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
174f4a98fc
commit
0cb7127ea6
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.1755965097
|
||||
pkgver = 0.0.1755979480
|
||||
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.1755965097-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1755965097/amp-linux-x64
|
||||
sha256sums_x86_64 = da31ce24d47ca8e095d2b263b3cfb8d3f14264fe975a34e022bbcf9e0eebfd38
|
||||
source_aarch64 = ampcode-0.0.1755965097-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1755965097/amp-linux-arm64
|
||||
sha256sums_aarch64 = 7e1002b71e30b0abb7a5e47a8db9089e1f09be81c915965c3cefa8320e87e74d
|
||||
source_x86_64 = ampcode-0.0.1755979480-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1755979480/amp-linux-x64
|
||||
sha256sums_x86_64 = 7ed3d3f8c265c47f20eb9091a6cd9da7485ab7ad7d34cc030b0b647e1630af3c
|
||||
source_aarch64 = ampcode-0.0.1755979480-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1755979480/amp-linux-arm64
|
||||
sha256sums_aarch64 = a6c8816cbe80449c85b393f71c0add3e6730ca8e11f06de6053a579a5bafa575
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1755965097
|
||||
pkgver=0.0.1755979480
|
||||
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/cli/v${pkgver}/amp-linux-x64")
|
||||
source_aarch64=("${pkgname}-${pkgver}-aarch64::https://packages.ampcode.com/binaries/cli/v${pkgver}/amp-linux-arm64")
|
||||
|
||||
sha256sums_x86_64=('da31ce24d47ca8e095d2b263b3cfb8d3f14264fe975a34e022bbcf9e0eebfd38')
|
||||
sha256sums_aarch64=('7e1002b71e30b0abb7a5e47a8db9089e1f09be81c915965c3cefa8320e87e74d')
|
||||
sha256sums_x86_64=('7ed3d3f8c265c47f20eb9091a6cd9da7485ab7ad7d34cc030b0b647e1630af3c')
|
||||
sha256sums_aarch64=('a6c8816cbe80449c85b393f71c0add3e6730ca8e11f06de6053a579a5bafa575')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue