diff --git a/.SRCINFO b/.SRCINFO index e4033e7ec667..9db61fd1cdf7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = goplaying-bin pkgdesc = Now Playing TUI written in Go (binary release) - pkgver = 0.3.3 + pkgver = 0.3.4 pkgrel = 1 url = https://github.com/justinmdickey/goplaying arch = x86_64 @@ -10,9 +10,9 @@ pkgbase = goplaying-bin conflicts = goplaying conflicts = goplaying-git options = !debug - source = https://github.com/justinmdickey/goplaying/releases/download/v0.3.3/goplaying_0.3.3_Linux_x86_64.tar.gz - source = https://raw.githubusercontent.com/justinmdickey/goplaying/v0.3.3/LICENSE - sha256sums = 68ef333bac6ae755a5df8f219fae8af3db449d6422bc94635216175de04f02ca + source = https://github.com/justinmdickey/goplaying/releases/download/v0.3.4/goplaying_0.3.4_Linux_x86_64.tar.gz + source = https://raw.githubusercontent.com/justinmdickey/goplaying/v0.3.4/LICENSE + sha256sums = 3b468c6211c537f4fa3446c99480285b3b0c6a6f3d9550e72fa742899336fc0f sha256sums = SKIP pkgname = goplaying-bin diff --git a/PKGBUILD b/PKGBUILD index 184788cc0be4..8d8efd4225c2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Justin Dickey pkgname=goplaying-bin -pkgver=0.3.3 +pkgver=0.3.4 pkgrel=1 pkgdesc="Now Playing TUI written in Go (binary release)" arch=('x86_64') @@ -13,7 +13,7 @@ provides=('goplaying') conflicts=('goplaying' 'goplaying-git') source=("https://github.com/justinmdickey/goplaying/releases/download/v${pkgver}/goplaying_${pkgver}_Linux_x86_64.tar.gz" "https://raw.githubusercontent.com/justinmdickey/goplaying/v${pkgver}/LICENSE") -sha256sums=('68ef333bac6ae755a5df8f219fae8af3db449d6422bc94635216175de04f02ca' +sha256sums=('3b468c6211c537f4fa3446c99480285b3b0c6a6f3d9550e72fa742899336fc0f' 'SKIP') package() {