summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlan Vardy2024-04-07 13:11:19 -0700
committerAlan Vardy2024-04-07 13:11:19 -0700
commit1261a66d856f3f908e04605bda3f1069b72bb4a3 (patch)
tree50af1ea879f4b28bdaf4c4720aa0768ccd53fd24 /PKGBUILD
parente363bf010a36f8cc3ca0870dd23091610a30466e (diff)
downloadaur-gpto-bin.tar.gz
new version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff335c994aca..85f8eadf7531 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
pkgname=gpto-bin
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="A tiny unofficial OpenAI client"
url="https://github.com/alanvardy/gpto"
@@ -12,7 +12,7 @@ arch=("x86_64")
provides=("gpto")
conflicts=("gpto")
source=("https://github.com/alanvardy/gpto/releases/download/v$pkgver/gpto-$pkgver-x86_64.tar.gz")
-sha256sums=("114a6077edbbcac7d769a88748551ee786aa716793f3c337e2e6f3a4c4d9c79e")
+sha256sums=("353bd7f133714575fb9482f0633db0b4205595e595f6c7ef4d4e2f9c422d34fc")
package() {
install -Dm755 gpto -t "$pkgdir/usr/bin"