mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1755158796
- Update pkgver to 0.0.1755158796 - 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
1bca8ae1cb
commit
d607499a58
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.1755144697
|
||||
pkgver = 0.0.1755158796
|
||||
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.1755144697-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1755144697/amp-linux-x64
|
||||
sha256sums_x86_64 = 9da362204f3b7424612827bdb8062d59850501a66920494f9d75d19bd2e26af0
|
||||
source_aarch64 = ampcode-0.0.1755144697-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1755144697/amp-linux-arm64
|
||||
sha256sums_aarch64 = d87fcbb339b27f3a6a606ef993419218f0eca095ad98f0bccd995f46c1607ab2
|
||||
source_x86_64 = ampcode-0.0.1755158796-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1755158796/amp-linux-x64
|
||||
sha256sums_x86_64 = 168788b524bbd66bbf504e18f20f69a05b291b85fcd7ff9f3d7c2e6cfa6e1d20
|
||||
source_aarch64 = ampcode-0.0.1755158796-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1755158796/amp-linux-arm64
|
||||
sha256sums_aarch64 = 69ddd7a860fa7f34ad7a68f1b8897808241cd30f15482ffbc43be586c3185aba
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1755144697
|
||||
pkgver=0.0.1755158796
|
||||
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=('9da362204f3b7424612827bdb8062d59850501a66920494f9d75d19bd2e26af0')
|
||||
sha256sums_aarch64=('d87fcbb339b27f3a6a606ef993419218f0eca095ad98f0bccd995f46c1607ab2')
|
||||
sha256sums_x86_64=('168788b524bbd66bbf504e18f20f69a05b291b85fcd7ff9f3d7c2e6cfa6e1d20')
|
||||
sha256sums_aarch64=('69ddd7a860fa7f34ad7a68f1b8897808241cd30f15482ffbc43be586c3185aba')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue