mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update ampcode to version 0.0.1770071482_ga8e577
This commit is contained in:
parent
9ec97928ff
commit
8d9f165720
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.1769949290_gbb0479
|
||||
pkgver = 0.0.1770071482_ga8e577
|
||||
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.1769949290_gbb0479.tgz::https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1769949290-gbb0479.tgz
|
||||
sha256sums = ba946c911278bd09e6d6eda7588425dd57f33d906489b9f45c7fecebf3a4ca11
|
||||
source = ampcode-0.0.1770071482_ga8e577.tgz::https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1770071482-ga8e577.tgz
|
||||
sha256sums = e0d94580b88787dddac43b066e0ccff63743c8ba38d1c4f990c8ee89bf1b161c
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Yakov Till <yakov.till@gmail.com>
|
||||
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1769949290_gbb0479
|
||||
pkgver=0.0.1770071482_ga8e577
|
||||
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=('ba946c911278bd09e6d6eda7588425dd57f33d906489b9f45c7fecebf3a4ca11')
|
||||
sha256sums=('e0d94580b88787dddac43b066e0ccff63743c8ba38d1c4f990c8ee89bf1b161c')
|
||||
|
||||
latestver() {
|
||||
if [[ ${0##*/} == makepkg ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue