mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1756526730
- Update pkgver to 0.0.1756526730 - 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
4c16e0922e
commit
0f07c82b13
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.1756513030
|
||||
pkgver = 0.0.1756526730
|
||||
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.1756513030-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1756513030/amp-linux-x64
|
||||
sha256sums_x86_64 = 2f92ba58fedef6b96dbce299ce82d1f97731620e9d3d834f3e04139e32fdf9e3
|
||||
source_aarch64 = ampcode-0.0.1756513030-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1756513030/amp-linux-arm64
|
||||
sha256sums_aarch64 = c983a6da21a43c8a7e58882b1e2bb8a55c4e153d53abbff451d8c87f8371e1e3
|
||||
source_x86_64 = ampcode-0.0.1756526730-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1756526730/amp-linux-x64
|
||||
sha256sums_x86_64 = b34a26c92227e3cc3dd55555b81610397264f20d834c38ed510bf68415f7f81a
|
||||
source_aarch64 = ampcode-0.0.1756526730-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1756526730/amp-linux-arm64
|
||||
sha256sums_aarch64 = 0bf5f2d987a25f1d195225838b0da8fac8c28b4cf09921e717bc2d9748c29291
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1756513030
|
||||
pkgver=0.0.1756526730
|
||||
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=('2f92ba58fedef6b96dbce299ce82d1f97731620e9d3d834f3e04139e32fdf9e3')
|
||||
sha256sums_aarch64=('c983a6da21a43c8a7e58882b1e2bb8a55c4e153d53abbff451d8c87f8371e1e3')
|
||||
sha256sums_x86_64=('b34a26c92227e3cc3dd55555b81610397264f20d834c38ed510bf68415f7f81a')
|
||||
sha256sums_aarch64=('0bf5f2d987a25f1d195225838b0da8fac8c28b4cf09921e717bc2d9748c29291')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue