summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortritonas002015-07-01 22:44:47 +0300
committertritonas002015-07-01 22:44:47 +0300
commit4dba4ecb4759bf804808164f7a2bd838a993d16b (patch)
tree31cd7068d74539caaa56b8a319019d57af0cc5a2
parent6dbffe791523d86f3ebf5b18176b12d98a56a69d (diff)
downloadaur-4dba4ecb4759bf804808164f7a2bd838a993d16b.tar.gz
Update to 4.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc3e173aad0b..8b699953046e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = system-tar-and-restore
pkgdesc = Backup and Restore your system using tar or Transfer it with rsync
- pkgver = 4.9
+ pkgver = 4.9.1
pkgrel = 1
url = https://github.com/tritonas00/system-tar-and-restore
install = readme.install
@@ -14,9 +14,9 @@ pkgbase = system-tar-and-restore
optdepends = efibootmgr: UEFI support
optdepends = syslinux: Syslinux support
optdepends = gptfdisk: GPT with Syslinux support
- source = https://github.com/tritonas00/system-tar-and-restore/archive/4.9.tar.gz
+ source = https://github.com/tritonas00/system-tar-and-restore/archive/4.9.1.tar.gz
source = readme.install
- md5sums = dddc80d15190b44dd7d7b1571ee1570e
+ md5sums = bf5579106c2d1a79ecb181a413df6b8b
md5sums = 4a916d292566554a63b35df9ed094230
pkgname = system-tar-and-restore
diff --git a/PKGBUILD b/PKGBUILD
index 5744c3ba5584..4722eadbc6b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tritonas00 <tritonas00@gmail.com>
pkgname=system-tar-and-restore
-pkgver=4.9
+pkgver=4.9.1
pkgrel=1
pkgdesc='Backup and Restore your system using tar or Transfer it with rsync'
arch=('any')
@@ -11,7 +11,7 @@ url="https://github.com/tritonas00/system-tar-and-restore"
source=("https://github.com/tritonas00/system-tar-and-restore/archive/$pkgver.tar.gz"
"readme.install")
-md5sums=('dddc80d15190b44dd7d7b1571ee1570e'
+md5sums=('bf5579106c2d1a79ecb181a413df6b8b'
'4a916d292566554a63b35df9ed094230')
install=readme.install