mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1755130753
- Update pkgver to 0.0.1755130753 - 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
a734e6c71d
commit
90d4570c20
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.1755115501
|
||||
pkgver = 0.0.1755130753
|
||||
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.1755115501-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1755115501/amp-linux-x64
|
||||
sha256sums_x86_64 = 032d402f7d2b42d49d0180486e14112bc27711875cab711e60bba7b2bc2b90a6
|
||||
source_aarch64 = ampcode-0.0.1755115501-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1755115501/amp-linux-arm64
|
||||
sha256sums_aarch64 = bd2d020a6d802f678dc3584653dfd41f28e34a7988dffbf6f09af2ebdeae111c
|
||||
source_x86_64 = ampcode-0.0.1755130753-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1755130753/amp-linux-x64
|
||||
sha256sums_x86_64 = 83a2376e0e31786926456cce1d32ba4c02519c39a1245c823e2f09f35ce1e87e
|
||||
source_aarch64 = ampcode-0.0.1755130753-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1755130753/amp-linux-arm64
|
||||
sha256sums_aarch64 = 2761876a9128306a296c5540e6ca2f7700745cd67eb32284dbc147c56d9eb434
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1755115501
|
||||
pkgver=0.0.1755130753
|
||||
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=('032d402f7d2b42d49d0180486e14112bc27711875cab711e60bba7b2bc2b90a6')
|
||||
sha256sums_aarch64=('bd2d020a6d802f678dc3584653dfd41f28e34a7988dffbf6f09af2ebdeae111c')
|
||||
sha256sums_x86_64=('83a2376e0e31786926456cce1d32ba4c02519c39a1245c823e2f09f35ce1e87e')
|
||||
sha256sums_aarch64=('2761876a9128306a296c5540e6ca2f7700745cd67eb32284dbc147c56d9eb434')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue