mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1754176009
- Update pkgver to 0.0.1754176009 - 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
fca034ffef
commit
2aead01713
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.1754174409
|
||||
pkgver = 0.0.1754176009
|
||||
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.1754174409-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1754174409/amp-linux-x64
|
||||
sha256sums_x86_64 = 5fa0cb92461154ca872da96281f4064deecf35c3b3a8a3c371b0324f19aee0cd
|
||||
source_aarch64 = ampcode-0.0.1754174409-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1754174409/amp-linux-arm64
|
||||
sha256sums_aarch64 = b02e55386c80167ee78809ba7ae97a3f4b35cb1dacc2db04f65da32c0b8af319
|
||||
source_x86_64 = ampcode-0.0.1754176009-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1754176009/amp-linux-x64
|
||||
sha256sums_x86_64 = 76e32e7733cc8fa30abe3b4ffe3b632273caeb94b482dfb329fce947cb586987
|
||||
source_aarch64 = ampcode-0.0.1754176009-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1754176009/amp-linux-arm64
|
||||
sha256sums_aarch64 = 45817529b895332dfa08fadc7afcaf6ab8ff790b4a6b4dc5a84ea726891dfb9c
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1754174409
|
||||
pkgver=0.0.1754176009
|
||||
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=('5fa0cb92461154ca872da96281f4064deecf35c3b3a8a3c371b0324f19aee0cd')
|
||||
sha256sums_aarch64=('b02e55386c80167ee78809ba7ae97a3f4b35cb1dacc2db04f65da32c0b8af319')
|
||||
sha256sums_x86_64=('76e32e7733cc8fa30abe3b4ffe3b632273caeb94b482dfb329fce947cb586987')
|
||||
sha256sums_aarch64=('45817529b895332dfa08fadc7afcaf6ab8ff790b4a6b4dc5a84ea726891dfb9c')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue