mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1755705948
- Update pkgver to 0.0.1755705948 - 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
f32223809f
commit
df948d9016
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.1755677202
|
||||
pkgver = 0.0.1755705948
|
||||
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.1755677202-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1755677202/amp-linux-x64
|
||||
sha256sums_x86_64 = 27858c5aaa47e06543739075275a965478ce0baea10101dbaf8c1f6f0de3536a
|
||||
source_aarch64 = ampcode-0.0.1755677202-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1755677202/amp-linux-arm64
|
||||
sha256sums_aarch64 = 2130c0924142312b1b0590736af231d147e1633db7197b3a106d2d49405d6db0
|
||||
source_x86_64 = ampcode-0.0.1755705948-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1755705948/amp-linux-x64
|
||||
sha256sums_x86_64 = fcc967246012f6c7cc5bd844d35650b524c5bac35d0be57368b7aa6a8f0971c1
|
||||
source_aarch64 = ampcode-0.0.1755705948-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1755705948/amp-linux-arm64
|
||||
sha256sums_aarch64 = 7727880da82d26e7057e410614ce8e00832abd552d6dabeed3399cafe0d8cc43
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1755677202
|
||||
pkgver=0.0.1755705948
|
||||
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=('27858c5aaa47e06543739075275a965478ce0baea10101dbaf8c1f6f0de3536a')
|
||||
sha256sums_aarch64=('2130c0924142312b1b0590736af231d147e1633db7197b3a106d2d49405d6db0')
|
||||
sha256sums_x86_64=('fcc967246012f6c7cc5bd844d35650b524c5bac35d0be57368b7aa6a8f0971c1')
|
||||
sha256sums_aarch64=('7727880da82d26e7057e410614ce8e00832abd552d6dabeed3399cafe0d8cc43')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue