summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18760c41a6bd..6152195da056 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mackup
pkgdesc = a small Python utitlity to keep your application settings in sync.
- pkgver = 0.8.23
+ pkgver = 0.8.25
pkgrel = 1
url = https://github.com/lra/mackup
arch = any
@@ -9,8 +9,8 @@ pkgbase = mackup
makedepends = python-setuptools
depends = python
depends = python-docopt
- source = https://github.com/lra/mackup/archive/0.8.23.tar.gz
- sha256sums = 40dbe6e645c67ef91d094a8d2c74bd5c0d1c15931061503c57e4a8216ba50d14
+ source = https://github.com/lra/mackup/archive/0.8.25.tar.gz
+ sha256sums = 13e68bde2dee8033a292d820a724d42bcb9e0ba21a7844111a95b440d3b1903b
pkgname = mackup
diff --git a/PKGBUILD b/PKGBUILD
index 29a980621be4..a5100f81035e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joost Bremmer <contact@madeofmagicandwires.online>
pkgname=mackup
-pkgver=0.8.23
+pkgver=0.8.25
pkgrel=1
pkgdesc="a small Python utitlity to keep your application settings in sync."
arch=('any')
@@ -14,7 +14,7 @@ makedepends=('python'
'python-setuptools')
source=("https://github.com/lra/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('40dbe6e645c67ef91d094a8d2c74bd5c0d1c15931061503c57e4a8216ba50d14')
+sha256sums=('13e68bde2dee8033a292d820a724d42bcb9e0ba21a7844111a95b440d3b1903b')
package() {