mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1754510740
- Update pkgver to 0.0.1754510740 - 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
0c5a46e228
commit
2e81eb7a51
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.1754501720
|
||||
pkgver = 0.0.1754510740
|
||||
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.1754501720-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1754501720/amp-linux-x64
|
||||
sha256sums_x86_64 = 4054832ddd502959efc53d46bdcc3b8062960886591658e5862923fe1cca0c58
|
||||
source_aarch64 = ampcode-0.0.1754501720-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1754501720/amp-linux-arm64
|
||||
sha256sums_aarch64 = a258a62c667aca9756cee399b2781ceb83d214eb0197ed1944f317ed21f1d0e7
|
||||
source_x86_64 = ampcode-0.0.1754510740-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1754510740/amp-linux-x64
|
||||
sha256sums_x86_64 = 6c50b093c3925c2abcf82e5f4a161ce51a10128bd5cec5bc0e7fcd455d027948
|
||||
source_aarch64 = ampcode-0.0.1754510740-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1754510740/amp-linux-arm64
|
||||
sha256sums_aarch64 = 37f1789970f8e37fc5039c469b6e855abdbdb186ff2b7261ba13349cde3c7e53
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1754501720
|
||||
pkgver=0.0.1754510740
|
||||
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=('4054832ddd502959efc53d46bdcc3b8062960886591658e5862923fe1cca0c58')
|
||||
sha256sums_aarch64=('a258a62c667aca9756cee399b2781ceb83d214eb0197ed1944f317ed21f1d0e7')
|
||||
sha256sums_x86_64=('6c50b093c3925c2abcf82e5f4a161ce51a10128bd5cec5bc0e7fcd455d027948')
|
||||
sha256sums_aarch64=('37f1789970f8e37fc5039c469b6e855abdbdb186ff2b7261ba13349cde3c7e53')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue