mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1754886038
- Update pkgver to 0.0.1754886038 - 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
c3dcca5bbe
commit
05a94530c4
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.1754871668
|
||||
pkgver = 0.0.1754886038
|
||||
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.1754871668-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1754871668/amp-linux-x64
|
||||
sha256sums_x86_64 = d14155229d58b68fe355760a18128215ffff49d9335791953ca04a7a93bd1b2a
|
||||
source_aarch64 = ampcode-0.0.1754871668-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1754871668/amp-linux-arm64
|
||||
sha256sums_aarch64 = 20fa61fa20621b2b1eebcfd4853bf049565cc21c52b2a43ed10cd10e352f011e
|
||||
source_x86_64 = ampcode-0.0.1754886038-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1754886038/amp-linux-x64
|
||||
sha256sums_x86_64 = f4af7fbf5761e4d9eb62f4be040795ce3e6165c574236ded5cab1fb348876254
|
||||
source_aarch64 = ampcode-0.0.1754886038-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1754886038/amp-linux-arm64
|
||||
sha256sums_aarch64 = 6182a0432ab5ab44816bd4efa6f2a5f9fc1f445e74eaf375cad14cfdc0c44d9b
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1754871668
|
||||
pkgver=0.0.1754886038
|
||||
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=('d14155229d58b68fe355760a18128215ffff49d9335791953ca04a7a93bd1b2a')
|
||||
sha256sums_aarch64=('20fa61fa20621b2b1eebcfd4853bf049565cc21c52b2a43ed10cd10e352f011e')
|
||||
sha256sums_x86_64=('f4af7fbf5761e4d9eb62f4be040795ce3e6165c574236ded5cab1fb348876254')
|
||||
sha256sums_aarch64=('6182a0432ab5ab44816bd4efa6f2a5f9fc1f445e74eaf375cad14cfdc0c44d9b')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue