summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaye2020-06-07 19:32:33 -0500
committerFaye2020-06-07 19:32:33 -0500
commit99582ce721cbd4430ecef39e987f264bbb378f5f (patch)
tree195bf7d57096a93f06702aa29ed7191ecfa72674
parent9e280ad5c2f631caee6fde7acf38af328d331e56 (diff)
downloadaur-99582ce721cbd4430ecef39e987f264bbb378f5f.tar.gz
Update to 0.9.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fbf0001055d..4ecac62a727d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = msync
pkgdesc = A low bandwidth store and forward Mastodon / Pleroma API command line client
- pkgver = 0.9.8
+ pkgver = 0.9.9.1
pkgrel = 1
url = http://github.com/Kansattica/msync
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = msync
depends = libcurl3-gnutls
provides = msync
conflicts = msync-git
- source = https://github.com/Kansattica/msync/releases/download/v0.9.8/msync-v0.9.8-install-linux-x64-gcc
- md5sums = 7a86f6f2b31c6f82ec38771434764505
+ source = https://github.com/Kansattica/msync/releases/download/v0.9.9.1/msync-v0.9.9.1-install-linux-x64-gcc
+ md5sums = 8f28a14507b1fdeade60164fc6883f9c
pkgname = msync
diff --git a/PKGBUILD b/PKGBUILD
index aa926d50cb21..ccc94809d1a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Faye Jackson <justalittleepsilon@gmail.com>
pkgname=msync
-pkgver=0.9.8
+pkgver=0.9.9.1
pkgrel=1
_tagver="v$pkgver"
pkgdesc="A low bandwidth store and forward Mastodon / Pleroma API command line client"
@@ -16,7 +16,7 @@ depends=(curl libcurl3-gnutls)
provides=(msync)
conflicts=(msync-git)
source=("https://github.com/Kansattica/msync/releases/download/${_tagver}/msync-${_tagver}-install-linux-x64-gcc")
-md5sums=('7a86f6f2b31c6f82ec38771434764505')
+md5sums=('8f28a14507b1fdeade60164fc6883f9c')
package() {
cd $srcdir