mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1755792316
- Update pkgver to 0.0.1755792316 - 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
f5b39f336f
commit
fedf0d859c
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.1755773580
|
||||
pkgver = 0.0.1755792316
|
||||
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.1755773580-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1755773580/amp-linux-x64
|
||||
sha256sums_x86_64 = 8d86f33fe6657934212adf0782f16683d39971aff54c9d56b92d4dbc24c3fd78
|
||||
source_aarch64 = ampcode-0.0.1755773580-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1755773580/amp-linux-arm64
|
||||
sha256sums_aarch64 = fa327f984ab11a538e24458d589885380d104ad0514617740d2e59f419c6634a
|
||||
source_x86_64 = ampcode-0.0.1755792316-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1755792316/amp-linux-x64
|
||||
sha256sums_x86_64 = 689d0a93be74f84b32db0d33b0dcb8fc4d448a6f467f3b9c9e00b67ed2ca9ed3
|
||||
source_aarch64 = ampcode-0.0.1755792316-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1755792316/amp-linux-arm64
|
||||
sha256sums_aarch64 = 8cf40006d62830c5d2a994be1929fcfc8b30a8f03fb0eff9953f6df2ed74410e
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1755773580
|
||||
pkgver=0.0.1755792316
|
||||
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=('8d86f33fe6657934212adf0782f16683d39971aff54c9d56b92d4dbc24c3fd78')
|
||||
sha256sums_aarch64=('fa327f984ab11a538e24458d589885380d104ad0514617740d2e59f419c6634a')
|
||||
sha256sums_x86_64=('689d0a93be74f84b32db0d33b0dcb8fc4d448a6f467f3b9c9e00b67ed2ca9ed3')
|
||||
sha256sums_aarch64=('8cf40006d62830c5d2a994be1929fcfc8b30a8f03fb0eff9953f6df2ed74410e')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue