mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1754358061
- Update pkgver to 0.0.1754358061 - 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
6f30227fab
commit
8e9eaf6ec2
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.1754357065
|
||||
pkgver = 0.0.1754358061
|
||||
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.1754357065-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1754357065/amp-linux-x64
|
||||
sha256sums_x86_64 = 6a4686e207009556a2893281bfc579d87889fc60d6baef98f30dcc15cde4d44c
|
||||
source_aarch64 = ampcode-0.0.1754357065-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1754357065/amp-linux-arm64
|
||||
sha256sums_aarch64 = 9d21876f26d80dd034cd3368431220b4fb3576491933b5f2c0a5925a8c316013
|
||||
source_x86_64 = ampcode-0.0.1754358061-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1754358061/amp-linux-x64
|
||||
sha256sums_x86_64 = 38cb755a99b471c55777f9b1a3f9c5ae0c9510fd924772d917d3a99d94225e7e
|
||||
source_aarch64 = ampcode-0.0.1754358061-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1754358061/amp-linux-arm64
|
||||
sha256sums_aarch64 = eeb85299ec74b763e9b0f0da2b232b5043341b84b3f6282a8cb6d63de4f705d8
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1754357065
|
||||
pkgver=0.0.1754358061
|
||||
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=('6a4686e207009556a2893281bfc579d87889fc60d6baef98f30dcc15cde4d44c')
|
||||
sha256sums_aarch64=('9d21876f26d80dd034cd3368431220b4fb3576491933b5f2c0a5925a8c316013')
|
||||
sha256sums_x86_64=('38cb755a99b471c55777f9b1a3f9c5ae0c9510fd924772d917d3a99d94225e7e')
|
||||
sha256sums_aarch64=('eeb85299ec74b763e9b0f0da2b232b5043341b84b3f6282a8cb6d63de4f705d8')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue