mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1754113075
- Update pkgver to 0.0.1754113075 - 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
feb7c9649a
commit
509117e89a
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.1754112132
|
||||
pkgver = 0.0.1754113075
|
||||
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.1754112132-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1754112132/amp-linux-x64
|
||||
sha256sums_x86_64 = 7bd7ec475873f30d93f71f757766d6c8fbcb03e90852de609caf296be714d08b
|
||||
source_aarch64 = ampcode-0.0.1754112132-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1754112132/amp-linux-arm64
|
||||
sha256sums_aarch64 = 32fbba3c03aea5ea04fc30716358b5ce778d8e7a2818b78ca235476bb6b1d0ea
|
||||
source_x86_64 = ampcode-0.0.1754113075-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1754113075/amp-linux-x64
|
||||
sha256sums_x86_64 = 596673fe2fd16eb7072a7baa1dc39be8078ff7ad358e39d30ab6c8a9f2a3619d
|
||||
source_aarch64 = ampcode-0.0.1754113075-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1754113075/amp-linux-arm64
|
||||
sha256sums_aarch64 = 40210935074abd61e26cafad683d41ed4b9f9984fa983c05ad291c3ab2590006
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1754112132
|
||||
pkgver=0.0.1754113075
|
||||
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=('7bd7ec475873f30d93f71f757766d6c8fbcb03e90852de609caf296be714d08b')
|
||||
sha256sums_aarch64=('32fbba3c03aea5ea04fc30716358b5ce778d8e7a2818b78ca235476bb6b1d0ea')
|
||||
sha256sums_x86_64=('596673fe2fd16eb7072a7baa1dc39be8078ff7ad358e39d30ab6c8a9f2a3619d')
|
||||
sha256sums_aarch64=('40210935074abd61e26cafad683d41ed4b9f9984fa983c05ad291c3ab2590006')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue