mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1754067202
- Update pkgver to 0.0.1754067202 - 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
355210f433
commit
78cea52815
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.1754050083
|
||||
pkgver = 0.0.1754067202
|
||||
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.1754050083-x86_64::https://packages.ampcode.com/binaries/v0.0.1754050083/amp-linux-x64
|
||||
sha256sums_x86_64 = 31a8bbdcb345bac6fea68c2fdb86f3c874818069335f7fb04812d4e4bf2e6b90
|
||||
source_aarch64 = ampcode-0.0.1754050083-aarch64::https://packages.ampcode.com/binaries/v0.0.1754050083/amp-linux-arm64
|
||||
sha256sums_aarch64 = 167e5ebaace8e6d57175240cd387c2222d947339f9f74c9855bfc38f8ff109e5
|
||||
source_x86_64 = ampcode-0.0.1754067202-x86_64::https://packages.ampcode.com/binaries/v0.0.1754067202/amp-linux-x64
|
||||
sha256sums_x86_64 = 7cb2b98f798d2e908f7338739c9d389502820bb0061abf3421cdecfe5f602de2
|
||||
source_aarch64 = ampcode-0.0.1754067202-aarch64::https://packages.ampcode.com/binaries/v0.0.1754067202/amp-linux-arm64
|
||||
sha256sums_aarch64 = 69a129b536d8d7b96a75a7e3b16f60a80cd3633a625effc337fec01e9fe51c91
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1754050083
|
||||
pkgver=0.0.1754067202
|
||||
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/v${pkgver}/amp-linux-x64")
|
||||
source_aarch64=("${pkgname}-${pkgver}-aarch64::https://packages.ampcode.com/binaries/v${pkgver}/amp-linux-arm64")
|
||||
|
||||
sha256sums_x86_64=('31a8bbdcb345bac6fea68c2fdb86f3c874818069335f7fb04812d4e4bf2e6b90')
|
||||
sha256sums_aarch64=('167e5ebaace8e6d57175240cd387c2222d947339f9f74c9855bfc38f8ff109e5')
|
||||
sha256sums_x86_64=('7cb2b98f798d2e908f7338739c9d389502820bb0061abf3421cdecfe5f602de2')
|
||||
sha256sums_aarch64=('69a129b536d8d7b96a75a7e3b16f60a80cd3633a625effc337fec01e9fe51c91')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue