mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1756281968
- Update pkgver to 0.0.1756281968 - 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
093ca00db9
commit
cd0a46f3ba
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.1756267539
|
||||
pkgver = 0.0.1756281968
|
||||
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.1756267539-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1756267539/amp-linux-x64
|
||||
sha256sums_x86_64 = b0d60409b60b8da24c1ac547842dd89e06bdddc798956217c474a44cdcdf4524
|
||||
source_aarch64 = ampcode-0.0.1756267539-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1756267539/amp-linux-arm64
|
||||
sha256sums_aarch64 = 775f9b89e0be5b44b4027cfcd448c31203b14b3a6eaa72db4d3a33e49561c32c
|
||||
source_x86_64 = ampcode-0.0.1756281968-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1756281968/amp-linux-x64
|
||||
sha256sums_x86_64 = 6a547e008985749b6eb82ee26e8c6cfea23f51402ede3406d018bbfed414105d
|
||||
source_aarch64 = ampcode-0.0.1756281968-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1756281968/amp-linux-arm64
|
||||
sha256sums_aarch64 = 9a6b14e2e2376a64f89bb6d00f0d2f1baa6b1526ca00304f79f598a18d7ec7ed
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1756267539
|
||||
pkgver=0.0.1756281968
|
||||
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=('b0d60409b60b8da24c1ac547842dd89e06bdddc798956217c474a44cdcdf4524')
|
||||
sha256sums_aarch64=('775f9b89e0be5b44b4027cfcd448c31203b14b3a6eaa72db4d3a33e49561c32c')
|
||||
sha256sums_x86_64=('6a547e008985749b6eb82ee26e8c6cfea23f51402ede3406d018bbfed414105d')
|
||||
sha256sums_aarch64=('9a6b14e2e2376a64f89bb6d00f0d2f1baa6b1526ca00304f79f598a18d7ec7ed')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue