mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1754231760
- Update pkgver to 0.0.1754231760 - 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
d3ac9cd9d3
commit
fdcf148692
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.1754229919
|
||||
pkgver = 0.0.1754231760
|
||||
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.1754229919-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1754229919/amp-linux-x64
|
||||
sha256sums_x86_64 = a45d9e6d6847216efdaf7650ba3360db255908cf6729f03efd5b83895e53b610
|
||||
source_aarch64 = ampcode-0.0.1754229919-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1754229919/amp-linux-arm64
|
||||
sha256sums_aarch64 = 35363bed7e7e7ce5a8f35fc297634f500c51c331ed210864a5270ecea1a11f66
|
||||
source_x86_64 = ampcode-0.0.1754231760-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1754231760/amp-linux-x64
|
||||
sha256sums_x86_64 = f356ed3b0469c2c0effd2972ccade6a29b34d065f42b20fae219b9b37ea941da
|
||||
source_aarch64 = ampcode-0.0.1754231760-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1754231760/amp-linux-arm64
|
||||
sha256sums_aarch64 = 594defdd5a8dbaa9400d74e191c1fe03cf4cdb491e3a1f84a9abc230669b30b5
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1754229919
|
||||
pkgver=0.0.1754231760
|
||||
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=('a45d9e6d6847216efdaf7650ba3360db255908cf6729f03efd5b83895e53b610')
|
||||
sha256sums_aarch64=('35363bed7e7e7ce5a8f35fc297634f500c51c331ed210864a5270ecea1a11f66')
|
||||
sha256sums_x86_64=('f356ed3b0469c2c0effd2972ccade6a29b34d065f42b20fae219b9b37ea941da')
|
||||
sha256sums_aarch64=('594defdd5a8dbaa9400d74e191c1fe03cf4cdb491e3a1f84a9abc230669b30b5')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue