mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1756123674
- Update pkgver to 0.0.1756123674 - 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
b8738b1694
commit
6b35115a17
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.1756109231
|
||||
pkgver = 0.0.1756123674
|
||||
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.1756109231-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1756109231/amp-linux-x64
|
||||
sha256sums_x86_64 = 2918602957ee0c9b35492f1469f42687d6bfd7508f2b1f8257abb8a77979a031
|
||||
source_aarch64 = ampcode-0.0.1756109231-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1756109231/amp-linux-arm64
|
||||
sha256sums_aarch64 = e56aba7a54453d9b587200353495461660af6d98fbec23cca19bca0a3a60e23c
|
||||
source_x86_64 = ampcode-0.0.1756123674-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1756123674/amp-linux-x64
|
||||
sha256sums_x86_64 = 619ad6cfb42446738e5b47845fea97d9fbc21228c28308076e333a363dcf78f2
|
||||
source_aarch64 = ampcode-0.0.1756123674-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1756123674/amp-linux-arm64
|
||||
sha256sums_aarch64 = b6735a27b6c4cb5454364817a3d48af005fbea96fc8bc251547a6322c3c00182
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1756109231
|
||||
pkgver=0.0.1756123674
|
||||
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=('2918602957ee0c9b35492f1469f42687d6bfd7508f2b1f8257abb8a77979a031')
|
||||
sha256sums_aarch64=('e56aba7a54453d9b587200353495461660af6d98fbec23cca19bca0a3a60e23c')
|
||||
sha256sums_x86_64=('619ad6cfb42446738e5b47845fea97d9fbc21228c28308076e333a363dcf78f2')
|
||||
sha256sums_aarch64=('b6735a27b6c4cb5454364817a3d48af005fbea96fc8bc251547a6322c3c00182')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue