mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
Update opencode-antigravity-auth to version 1.4.6
This commit is contained in:
parent
44ef3954a2
commit
c51269732c
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.5
|
||||
pkgver = 1.4.6
|
||||
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.5.tar.gz::https://github.com/NoeFabris/opencode-antigravity-auth/archive/refs/tags/v1.4.5.tar.gz
|
||||
sha256sums = f8c4e1549e48699887ac1e1e7fb84eaffa23d1c92f19c9131cf05970a1283abd
|
||||
source = opencode-antigravity-auth-1.4.6.tar.gz::https://github.com/NoeFabris/opencode-antigravity-auth/archive/refs/tags/v1.4.6.tar.gz
|
||||
sha256sums = 241bfed66a222700f95966c67c9ad3fcd99863a29fe9301c717182b8a4dbd083
|
||||
|
||||
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.5
|
||||
pkgver=1.4.6
|
||||
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=('f8c4e1549e48699887ac1e1e7fb84eaffa23d1c92f19c9131cf05970a1283abd')
|
||||
sha256sums=('241bfed66a222700f95966c67c9ad3fcd99863a29fe9301c717182b8a4dbd083')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue