summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjjohnstondev2023-01-16 12:40:40 -0800
committerjjohnstondev2023-01-16 12:40:40 -0800
commitaa0bb58b32fa1a420f6b7d1b3319ff24ec9beb08 (patch)
treee34dada505377b38e6cfb40ea3289df8d2d887f9
parent68f6ff79ddb0de1e5220a05f86de2f5a916142ad (diff)
downloadaur-aa0bb58b32fa1a420f6b7d1b3319ff24ec9beb08.tar.gz
ci
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6b3f5dc300c..98c645ce6f6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gospt
pkgdesc = Spotify TUI And CLI written in Go
- pkgver = 0.0.25
+ pkgver = 0.0.27
pkgrel = 1
url = https://gitea.asdf.cafe/abs3nt/gospt
arch = x86_64
license = GPL
makedepends = go
- source = https://gitea.asdf.cafe/abs3nt/gospt/archive/v0.0.25.tar.gz
- sha256sums = 0118432162579a4178ab6af33c6f70a3e7ae04725308fbf6e218d184c196614f
+ source = https://gitea.asdf.cafe/abs3nt/gospt/archive/v0.0.27.tar.gz
+ sha256sums = 4cc13280ad907e35938777b1873bc6960658df632f30d387931a83bb56db0a29
pkgname = gospt
diff --git a/PKGBUILD b/PKGBUILD
index 56f012317b9c..0e4b8afb886b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=gospt
-pkgver=0.0.25
+pkgver=0.0.27
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=('0118432162579a4178ab6af33c6f70a3e7ae04725308fbf6e218d184c196614f')
+sha256sums=('4cc13280ad907e35938777b1873bc6960658df632f30d387931a83bb56db0a29')
prepare(){
cd "$pkgname"