mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update ampcode to version 0.0.1770317189_gf1c0b2
This commit is contained in:
parent
9de324ebd8
commit
b0370561a5
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ampcode
|
||||
pkgdesc = Amp CLI (Sourcegraph's agentic coding tool) packaged from npm releases
|
||||
pkgver = 0.0.1770300461_ge6a102
|
||||
pkgver = 0.0.1770317189_gf1c0b2
|
||||
pkgrel = 1
|
||||
url = https://ampcode.com
|
||||
arch = any
|
||||
|
|
@ -13,7 +13,7 @@ pkgbase = ampcode
|
|||
conflicts = ampcode-bin
|
||||
replaces = sourcegraph-amp
|
||||
options = !debug
|
||||
source = ampcode-0.0.1770300461_ge6a102.tgz::https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1770300461-ge6a102.tgz
|
||||
sha256sums = 0af2c84f8eaa208dd90eab606fb3a8067fbf62a7a597cba70f8a83eb31a3f3cd
|
||||
source = ampcode-0.0.1770317189_gf1c0b2.tgz::https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1770317189-gf1c0b2.tgz
|
||||
sha256sums = 1490c9a4acdea1e8221cdb67aa3a7eae7227cde440bdf4cd11664210b1c79366
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Yakov Till <yakov.till@gmail.com>
|
||||
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1770300461_ge6a102
|
||||
pkgver=0.0.1770317189_gf1c0b2
|
||||
pkgrel=1
|
||||
pkgdesc="Amp CLI (Sourcegraph's agentic coding tool) packaged from npm releases"
|
||||
arch=('any')
|
||||
|
|
@ -14,7 +14,7 @@ provides=('amp')
|
|||
conflicts=('amp' 'ampcode-bin')
|
||||
replaces=('sourcegraph-amp')
|
||||
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@sourcegraph/amp/-/amp-${pkgver//_/-}.tgz")
|
||||
sha256sums=('0af2c84f8eaa208dd90eab606fb3a8067fbf62a7a597cba70f8a83eb31a3f3cd')
|
||||
sha256sums=('1490c9a4acdea1e8221cdb67aa3a7eae7227cde440bdf4cd11664210b1c79366')
|
||||
|
||||
latestver() {
|
||||
if [[ ${0##*/} == makepkg ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue