mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
Update opencode-antigravity-auth to version 1.4.2
This commit is contained in:
parent
2154208878
commit
cf9b813b79
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = opencode-antigravity-auth
|
||||
pkgdesc = Google Antigravity OAuth Plugin for opencode
|
||||
pkgver = 1.4.1
|
||||
pkgver = 1.4.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/NoeFabris/opencode-antigravity-auth
|
||||
install = opencode-antigravity-auth.install
|
||||
|
|
@ -11,7 +11,7 @@ pkgbase = opencode-antigravity-auth
|
|||
conflicts = opencode-antigravity-auth-debug
|
||||
options = !strip
|
||||
options = !debug
|
||||
source = opencode-antigravity-auth-1.4.1.tar.gz::https://github.com/NoeFabris/opencode-antigravity-auth/archive/refs/tags/v1.4.1.tar.gz
|
||||
sha256sums = 3045257575b3c5040cd29636bd0e6687edf37ddace6bd8329b6bf73e7da2c941
|
||||
source = opencode-antigravity-auth-1.4.2.tar.gz::https://github.com/NoeFabris/opencode-antigravity-auth/archive/refs/tags/v1.4.2.tar.gz
|
||||
sha256sums = a24154eba00b375782112a7d91fe0a7a809436a93aee32dda8d90b14d1ff2264
|
||||
|
||||
pkgname = opencode-antigravity-auth
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Yakov Till <yakov.till@gmail.com>
|
||||
pkgname=opencode-antigravity-auth
|
||||
pkgver=1.4.1
|
||||
pkgver=1.4.2
|
||||
pkgrel=1
|
||||
pkgdesc="Google Antigravity OAuth Plugin for opencode"
|
||||
arch=('any')
|
||||
|
|
@ -21,7 +21,7 @@ latestver() {
|
|||
}
|
||||
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
|
||||
sha256sums=('3045257575b3c5040cd29636bd0e6687edf37ddace6bd8329b6bf73e7da2c941')
|
||||
sha256sums=('a24154eba00b375782112a7d91fe0a7a809436a93aee32dda8d90b14d1ff2264')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue