summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlan Vardy2023-03-19 12:04:26 -0700
committerAlan Vardy2023-03-19 12:04:26 -0700
commite1b75d77b3fc7456bf2c6d583ba1ec3364be47eb (patch)
treeadc2c573fe58223c9db4ef8190a44369f6943b4a /PKGBUILD
parentf61fadc89dc6e09a07a9a2f96d9c88bd51112ee5 (diff)
downloadaur-e1b75d77b3fc7456bf2c6d583ba1ec3364be47eb.tar.gz
v0.1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 819b88968bbe..8d5d25316eaa 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.1.4
+pkgver=0.1.5
pkgrel=1
pkgdesc="A tiny unofficial OpenAI GPT3 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=("7f6de0a0be50b3dba8fcdfd61cc429a93798dc075e94306c88dfdb240235438e")
+sha256sums=("ee86919f5d5d4c432232ee5c7769adc74dbdb10a3101403fdbcb2f8cf7a4a0e0")
package() {
install -Dm755 gpto -t "$pkgdir/usr/bin"