summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaye2020-06-24 16:43:32 -0500
committerFaye2020-06-24 16:43:32 -0500
commit2cd895ae45a7510d290d4e4db4c54ff3793e4946 (patch)
tree8e5b79f5530882915c03a35fc6148857699ad2be
parent99582ce721cbd4430ecef39e987f264bbb378f5f (diff)
downloadaur-2cd895ae45a7510d290d4e4db4c54ff3793e4946.tar.gz
0.9.9.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ecac62a727d..821d61558876 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.9.1
+ pkgver = 0.9.9.2
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.9.1/msync-v0.9.9.1-install-linux-x64-gcc
- md5sums = 8f28a14507b1fdeade60164fc6883f9c
+ source = https://github.com/Kansattica/msync/releases/download/v0.9.9.2/msync-v0.9.9.2-install-linux-x64-gcc
+ md5sums = 36805caf7677919bf4428656e74dc74a
pkgname = msync
diff --git a/PKGBUILD b/PKGBUILD
index ccc94809d1a5..362b9fda94b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Faye Jackson <justalittleepsilon@gmail.com>
pkgname=msync
-pkgver=0.9.9.1
+pkgver=0.9.9.2
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=('8f28a14507b1fdeade60164fc6883f9c')
+md5sums=('36805caf7677919bf4428656e74dc74a')
package() {
cd $srcdir