mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1756483514
- Update pkgver to 0.0.1756483514 - 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
8f7bac48b6
commit
8bc14a7aba
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.1756469269
|
||||
pkgver = 0.0.1756483514
|
||||
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.1756469269-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1756469269/amp-linux-x64
|
||||
sha256sums_x86_64 = 0b24ac4d907f54c55652066078a86c7b1471219ffb863160813c23b06fc8d820
|
||||
source_aarch64 = ampcode-0.0.1756469269-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1756469269/amp-linux-arm64
|
||||
sha256sums_aarch64 = d013f9910cdb77e7f84a93d863883b148b027b18b1e6f5c3e70883a6bdaee36d
|
||||
source_x86_64 = ampcode-0.0.1756483514-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1756483514/amp-linux-x64
|
||||
sha256sums_x86_64 = 663cf1ddb7075df634b78710363f4c450962c8419b0380789af312faef3220ac
|
||||
source_aarch64 = ampcode-0.0.1756483514-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1756483514/amp-linux-arm64
|
||||
sha256sums_aarch64 = 51a6fc36c156752b55fb6cdce1bfa5e316d4a8a466a17d67d40f5530216f449b
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1756469269
|
||||
pkgver=0.0.1756483514
|
||||
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=('0b24ac4d907f54c55652066078a86c7b1471219ffb863160813c23b06fc8d820')
|
||||
sha256sums_aarch64=('d013f9910cdb77e7f84a93d863883b148b027b18b1e6f5c3e70883a6bdaee36d')
|
||||
sha256sums_x86_64=('663cf1ddb7075df634b78710363f4c450962c8419b0380789af312faef3220ac')
|
||||
sha256sums_aarch64=('51a6fc36c156752b55fb6cdce1bfa5e316d4a8a466a17d67d40f5530216f449b')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue