mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1755547525
- Update pkgver to 0.0.1755547525 - 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
995c93b15f
commit
80ff3478ba
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.1755522323
|
||||
pkgver = 0.0.1755547525
|
||||
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.1755522323-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1755522323/amp-linux-x64
|
||||
sha256sums_x86_64 = 0f13476d381008d2e7eb896bd1d85dc8387b1f77f55228be837aed63ae1326e1
|
||||
source_aarch64 = ampcode-0.0.1755522323-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1755522323/amp-linux-arm64
|
||||
sha256sums_aarch64 = 13153602e35705d9cf608b1174b613d5edf2b60ca118d645f8af9f9d4fefaf27
|
||||
source_x86_64 = ampcode-0.0.1755547525-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1755547525/amp-linux-x64
|
||||
sha256sums_x86_64 = fee0ffd17eb5d0366534caceafed027a7adb87096581bea12a12f7c035a5d120
|
||||
source_aarch64 = ampcode-0.0.1755547525-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1755547525/amp-linux-arm64
|
||||
sha256sums_aarch64 = c397fc9a587282a0123423648bcc175cb048cae983c3df8d112ff9171ad5e935
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1755522323
|
||||
pkgver=0.0.1755547525
|
||||
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=('0f13476d381008d2e7eb896bd1d85dc8387b1f77f55228be837aed63ae1326e1')
|
||||
sha256sums_aarch64=('13153602e35705d9cf608b1174b613d5edf2b60ca118d645f8af9f9d4fefaf27')
|
||||
sha256sums_x86_64=('fee0ffd17eb5d0366534caceafed027a7adb87096581bea12a12f7c035a5d120')
|
||||
sha256sums_aarch64=('c397fc9a587282a0123423648bcc175cb048cae983c3df8d112ff9171ad5e935')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue