mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1756181151
- Update pkgver to 0.0.1756181151 - 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
4d6d51f259
commit
e764c9ebf6
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.1756167489
|
||||
pkgver = 0.0.1756181151
|
||||
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.1756167489-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1756167489/amp-linux-x64
|
||||
sha256sums_x86_64 = 9ea940252f5c395839821908dbc059d7e1cb72bb4bfc8380a504997ddf58d00e
|
||||
source_aarch64 = ampcode-0.0.1756167489-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1756167489/amp-linux-arm64
|
||||
sha256sums_aarch64 = 2b0f26f7ee03362f16f6b68fb735ffb02bcb37dae5fbe955c2dee4ced45659cf
|
||||
source_x86_64 = ampcode-0.0.1756181151-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1756181151/amp-linux-x64
|
||||
sha256sums_x86_64 = 29083cdc74f18bca205e85d8370268ca1588c8ed9a1541889c0df91f99cc8b8a
|
||||
source_aarch64 = ampcode-0.0.1756181151-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1756181151/amp-linux-arm64
|
||||
sha256sums_aarch64 = 45ae3e5ee4ba178581636ad4d53be3e8cd6a8f6e80bdf91031f5bb1f6f476d39
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1756167489
|
||||
pkgver=0.0.1756181151
|
||||
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=('9ea940252f5c395839821908dbc059d7e1cb72bb4bfc8380a504997ddf58d00e')
|
||||
sha256sums_aarch64=('2b0f26f7ee03362f16f6b68fb735ffb02bcb37dae5fbe955c2dee4ced45659cf')
|
||||
sha256sums_x86_64=('29083cdc74f18bca205e85d8370268ca1588c8ed9a1541889c0df91f99cc8b8a')
|
||||
sha256sums_aarch64=('45ae3e5ee4ba178581636ad4d53be3e8cd6a8f6e80bdf91031f5bb1f6f476d39')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue