mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1756238726
- Update pkgver to 0.0.1756238726 - 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
4c9f2cf93a
commit
15f178f190
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.1756224335
|
||||
pkgver = 0.0.1756238726
|
||||
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.1756224335-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1756224335/amp-linux-x64
|
||||
sha256sums_x86_64 = a7126a9e7bf4a9099a0d31d1d5ea9760b11910f6cd19f2d2488616b502f239b0
|
||||
source_aarch64 = ampcode-0.0.1756224335-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1756224335/amp-linux-arm64
|
||||
sha256sums_aarch64 = d4e8e6a9de92f8ead4f244a429a395beb83da05026ca0511f8ba4f8ccca4846e
|
||||
source_x86_64 = ampcode-0.0.1756238726-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1756238726/amp-linux-x64
|
||||
sha256sums_x86_64 = 5c907f0e47ac4a5aa3940c9bac23a701c9a2d9aeff2cfa1aeca39cbc72b39edc
|
||||
source_aarch64 = ampcode-0.0.1756238726-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1756238726/amp-linux-arm64
|
||||
sha256sums_aarch64 = c7c6c1a4ee2da65be20b1b0a20b896c7897096b94e47fb1e0e9be863cfab6f9f
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1756224335
|
||||
pkgver=0.0.1756238726
|
||||
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=('a7126a9e7bf4a9099a0d31d1d5ea9760b11910f6cd19f2d2488616b502f239b0')
|
||||
sha256sums_aarch64=('d4e8e6a9de92f8ead4f244a429a395beb83da05026ca0511f8ba4f8ccca4846e')
|
||||
sha256sums_x86_64=('5c907f0e47ac4a5aa3940c9bac23a701c9a2d9aeff2cfa1aeca39cbc72b39edc')
|
||||
sha256sums_aarch64=('c7c6c1a4ee2da65be20b1b0a20b896c7897096b94e47fb1e0e9be863cfab6f9f')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue