mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.0.1755735435
- Update pkgver to 0.0.1755735435 - 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
25baee9f80
commit
94eda0da58
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.1755734422
|
||||
pkgver = 0.0.1755735435
|
||||
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.1755734422-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1755734422/amp-linux-x64
|
||||
sha256sums_x86_64 = 111a9ddd06ca8e75ff5a654e96ca084a0f062c21eb2d08fd9e6d626e4cdd6a08
|
||||
source_aarch64 = ampcode-0.0.1755734422-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1755734422/amp-linux-arm64
|
||||
sha256sums_aarch64 = de631845cd85839a4024b37d731ff21c576c86f66c87f97bacf9cf8b403fd890
|
||||
source_x86_64 = ampcode-0.0.1755735435-x86_64::https://packages.ampcode.com/binaries/cli/v0.0.1755735435/amp-linux-x64
|
||||
sha256sums_x86_64 = aac1f53affb2ad115b42d9601503f8404ac6ab9e50ef6a7ef1a9f39aa93e2c75
|
||||
source_aarch64 = ampcode-0.0.1755735435-aarch64::https://packages.ampcode.com/binaries/cli/v0.0.1755735435/amp-linux-arm64
|
||||
sha256sums_aarch64 = c561c999cdeafe22f9827c180621f778e3686b98ebce79723ab4f3ae2b031fe3
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgbase=ampcode
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1755734422
|
||||
pkgver=0.0.1755735435
|
||||
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=('111a9ddd06ca8e75ff5a654e96ca084a0f062c21eb2d08fd9e6d626e4cdd6a08')
|
||||
sha256sums_aarch64=('de631845cd85839a4024b37d731ff21c576c86f66c87f97bacf9cf8b403fd890')
|
||||
sha256sums_x86_64=('aac1f53affb2ad115b42d9601503f8404ac6ab9e50ef6a7ef1a9f39aa93e2c75')
|
||||
sha256sums_aarch64=('c561c999cdeafe22f9827c180621f778e3686b98ebce79723ab4f3ae2b031fe3')
|
||||
|
||||
package() {
|
||||
# The downloaded binary needs to be renamed to amp for installation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue