summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjjohnstondev2023-01-11 13:35:54 -0800
committerjjohnstondev2023-01-11 13:35:54 -0800
commit9a93db62dc59d46cf8fdf8cad28deb608a4ab3b7 (patch)
treed43df46e5fc644f0587d0ef3a76c4830c8724a44 /PKGBUILD
parentf69cbf0e0bbc293d63e3401afb42952daf077b22 (diff)
downloadaur-9a93db62dc59d46cf8fdf8cad28deb608a4ab3b7.tar.gz
new ver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4edd936f5cf..cdc08fdd5d0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=gospt
-pkgver=0.0.9
+pkgver=0.0.10
pkgrel=1
pkgdesc='Spotify TUI And CLI written in Go'
arch=('x86_64')
@@ -7,7 +7,7 @@ url="https://gitea.asdf.cafe/abs3nt/$pkgname"
license=('GPL')
makedepends=('go')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('40ef6f1392bfd645bde4e2c63f8ead8321545989631f1694c787363fb37169ba')
+sha256sums=('7a2717f4be4cd5f4b9ea32567de68cb1869718034eafddf12339af084dba0e8c')
prepare(){
cd "$pkgname"