summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaye2020-12-03 18:32:44 -0600
committerFaye2020-12-03 18:32:44 -0600
commit34cc913c70d21b03bbe0cf8686602c2a5369c635 (patch)
tree028cc48a55a1505c204f0916e50586baf5c53462
parent2cd895ae45a7510d290d4e4db4c54ff3793e4946 (diff)
downloadaur-34cc913c70d21b03bbe0cf8686602c2a5369c635.tar.gz
Update to 0.9.9.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 821d61558876..5db44ece65ec 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.2
+ pkgver = 0.9.9.3
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.2/msync-v0.9.9.2-install-linux-x64-gcc
- md5sums = 36805caf7677919bf4428656e74dc74a
+ source = https://github.com/Kansattica/msync/releases/download/v0.9.9.3/msync-v0.9.9.3-install-linux-x64-gcc
+ md5sums = 3f7c54bcc9e6d52f8fe30acc073fc94b
pkgname = msync
diff --git a/PKGBUILD b/PKGBUILD
index 362b9fda94b2..3e51b9a25065 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Faye Jackson <justalittleepsilon@gmail.com>
pkgname=msync
-pkgver=0.9.9.2
+pkgver=0.9.9.3
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=('36805caf7677919bf4428656e74dc74a')
+md5sums=('3f7c54bcc9e6d52f8fe30acc073fc94b')
package() {
cd $srcdir