mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1754914095
- Update pkgver to 0.0.1754914095 - 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
27dd9c8767
commit
83b4c089a5
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.1754899627
|
||||
pkgver = 0.0.1754914095
|
||||
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.1754899627-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1754899627/amp-linux-x64
|
||||
sha256sums_x86_64 = 239327b9d0d4eff33d9918c07c945657aee4f7aa8357be9447e4506ea52f86bd
|
||||
source_aarch64 = ampcode-0.0.1754899627-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1754899627/amp-linux-arm64
|
||||
sha256sums_aarch64 = 7ec1ed6292c7cede6d148b7d1093e09ed7e58d07cf5015e05bd9f1b87f525c71
|
||||
source_x86_64 = ampcode-0.0.1754914095-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1754914095/amp-linux-x64
|
||||
sha256sums_x86_64 = ceb7e04156a5dcb2a478a72e56ea5a103785cfcf318af023185f8119c7b09f9b
|
||||
source_aarch64 = ampcode-0.0.1754914095-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1754914095/amp-linux-arm64
|
||||
sha256sums_aarch64 = 7fddea14647bb6107883f6546c1f73af62c0a58c258255b10afcf75020bd786a
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1754899627
|
||||
pkgver=0.0.1754914095
|
||||
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=('239327b9d0d4eff33d9918c07c945657aee4f7aa8357be9447e4506ea52f86bd')
|
||||
sha256sums_aarch64=('7ec1ed6292c7cede6d148b7d1093e09ed7e58d07cf5015e05bd9f1b87f525c71')
|
||||
sha256sums_x86_64=('ceb7e04156a5dcb2a478a72e56ea5a103785cfcf318af023185f8119c7b09f9b')
|
||||
sha256sums_aarch64=('7fddea14647bb6107883f6546c1f73af62c0a58c258255b10afcf75020bd786a')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue