mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
0.0.1772625820_g2da4e8 -> 0.0.1772646374_g4bd06e
This commit is contained in:
parent
8b65081fdc
commit
eb4cb09db0
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.1772625820_g2da4e8
|
||||
pkgver = 0.0.1772646374_g4bd06e
|
||||
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.1772625820_g2da4e8.tgz::https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1772625820-g2da4e8.tgz
|
||||
sha256sums = 11e6dc849ef87718e7298a8aff394180d780acb484650df518f9d6187282cd83
|
||||
source = ampcode-0.0.1772646374_g4bd06e.tgz::https://registry.npmjs.org/@sourcegraph/amp/-/amp-0.0.1772646374-g4bd06e.tgz
|
||||
sha256sums = 1b915fa3aa8a878fdd2f622c60684c3b678eeca802a135bd081d33e3aa5ce34b
|
||||
|
||||
pkgname = ampcode
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Yakov Till <yakov.till@gmail.com>
|
||||
|
||||
pkgname=ampcode
|
||||
pkgver=0.0.1772625820_g2da4e8
|
||||
pkgver=0.0.1772646374_g4bd06e
|
||||
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=('11e6dc849ef87718e7298a8aff394180d780acb484650df518f9d6187282cd83')
|
||||
sha256sums=('1b915fa3aa8a878fdd2f622c60684c3b678eeca802a135bd081d33e3aa5ce34b')
|
||||
|
||||
latestver() {
|
||||
if [[ ${0##*/} == makepkg ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue