summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh VanderLinden2017-12-24 00:56:05 -0500
committerJosh VanderLinden2017-12-24 00:56:05 -0500
commit75d9fa6999e67273657497dff6375f16e0851a6b (patch)
tree38e361160a4ca24bc45dc6ed5bef3ddeadd0fa2c
parent3024e14fde683c6b651bb57733596baebf505a83 (diff)
downloadaur-75d9fa6999e67273657497dff6375f16e0851a6b.tar.gz
Bump to 0.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfef5c75a5d4..43d504b50581 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = baton-bin
pkgdesc = CLI / TUI to remotely manage Spotify playback
- pkgver = 0.1.2
+ pkgver = 0.1.3
pkgrel = 1
url = https://github.com/joshuathompson/baton
arch = x86_64
license = MIT
provides = baton
options = !strip
- source = baton-bin-0.1.2::https://github.com/joshuathompson/baton/releases/download/0.1.2/baton_linux_amd64
+ source = baton-bin-0.1.3::https://github.com/joshuathompson/baton/releases/download/0.1.3/baton_linux_amd64
source = LICENSE::https://raw.githubusercontent.com/joshuathompson/baton/master/LICENSE
- sha256sums = f508f036eeea1f1eb8a2bc8df5f12b47daefa3094a8d14e1197fd00a28beb46a
+ sha256sums = 9b7cccbbc87f4dbf814dcbdd86203be0a56ac505ae4f6639077e7bccb16ce37e
sha256sums = 3eec9c2f5c8f98f1875dbc57b9a2985313c869456466e09152259a7090f61d20
pkgname = baton-bin
diff --git a/PKGBUILD b/PKGBUILD
index b60f16bb7695..3fffc58c28d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh VanderLinden <arch@cloudlery.com>
_appname=baton
pkgname=${_appname}-bin
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
pkgdesc="CLI / TUI to remotely manage Spotify playback"
provides=("${_appname}")
@@ -12,7 +12,7 @@ source=(
"${pkgname}-${pkgver}::https://github.com/joshuathompson/${_appname}/releases/download/${pkgver}/${_appname}_linux_amd64"
"LICENSE::https://raw.githubusercontent.com/joshuathompson/${_appname}/master/LICENSE"
)
-sha256sums=('f508f036eeea1f1eb8a2bc8df5f12b47daefa3094a8d14e1197fd00a28beb46a'
+sha256sums=('9b7cccbbc87f4dbf814dcbdd86203be0a56ac505ae4f6639077e7bccb16ce37e'
'3eec9c2f5c8f98f1875dbc57b9a2985313c869456466e09152259a7090f61d20')
options=(!strip)