mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1755374705
- Update pkgver to 0.0.1755374705 - 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
f2fc97c322
commit
4d7bfd76e1
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.1755360293
|
||||
pkgver = 0.0.1755374705
|
||||
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.1755360293-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1755360293/amp-linux-x64
|
||||
sha256sums_x86_64 = 9b387b3c25945e27dad717c98d3766eca1b6e98d538e9a6d293d41e90f358f1d
|
||||
source_aarch64 = ampcode-0.0.1755360293-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1755360293/amp-linux-arm64
|
||||
sha256sums_aarch64 = f682a767983e0d82a65ef81e10864cfc2e2c52dae449202f4a23601d83f90540
|
||||
source_x86_64 = ampcode-0.0.1755374705-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1755374705/amp-linux-x64
|
||||
sha256sums_x86_64 = c932a330d63f8caa5dde6154db42d517359831fe2133dd9e054fa9d0e9d04c66
|
||||
source_aarch64 = ampcode-0.0.1755374705-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1755374705/amp-linux-arm64
|
||||
sha256sums_aarch64 = fb6e4a9f11cf04f6a3b4284aab551fcf1e3c3b38de84de3b2e06236e22bfafa7
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1755360293
|
||||
pkgver=0.0.1755374705
|
||||
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=('9b387b3c25945e27dad717c98d3766eca1b6e98d538e9a6d293d41e90f358f1d')
|
||||
sha256sums_aarch64=('f682a767983e0d82a65ef81e10864cfc2e2c52dae449202f4a23601d83f90540')
|
||||
sha256sums_x86_64=('c932a330d63f8caa5dde6154db42d517359831fe2133dd9e054fa9d0e9d04c66')
|
||||
sha256sums_aarch64=('fb6e4a9f11cf04f6a3b4284aab551fcf1e3c3b38de84de3b2e06236e22bfafa7')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue