summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2016-12-19 14:03:06 -0500
committerJameson Pugh2016-12-19 14:03:06 -0500
commit0a98eaced621802d2460d769d765f026b5efb5a7 (patch)
treea0cad8731fd4a3d7dd84c9dce1d6084085c66f28
parent3a52f10d4840caaae3e9bc0b74b099516446e804 (diff)
downloadaur-0a98eaced621802d2460d769d765f026b5efb5a7.tar.gz
0.3.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 030adce33df2..852a272c29fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Dec 19 19:03:01 UTC 2016
pkgbase = restic
pkgdesc = restic is a program that does backups right.
- pkgver = 0.3.0
+ pkgver = 0.3.2
pkgrel = 1
url = https://restic.github.io
arch = i686
@@ -10,8 +12,8 @@ pkgbase = restic
depends = glibc
conflicts = restic-git
options = !strip
- source = https://github.com/restic/restic/archive/v0.3.0.tar.gz
- sha256sums = 1a8cf9e6b7e8ee2c26f4e1921fd6aa1e834ae17b0b51c69ada85f26d12ddd7ed
+ source = https://github.com/restic/restic/archive/v0.3.2.tar.gz
+ sha256sums = d64e0aa2c887b6738dd8f2cde3d46e6b20c870003d80a4a31d50410389c4f93d
pkgname = restic
diff --git a/PKGBUILD b/PKGBUILD
index 8feb2977b4a0..c9257dc2a47f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
options=(!strip)
pkgname=restic
-pkgver=0.3.0
+pkgver=0.3.2
pkgrel=1
pkgdesc="restic is a program that does backups right."
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ depends=('glibc')
makedepends=('go>=1.3')
conflicts=('restic-git')
source=("https://github.com/restic/restic/archive/v${pkgver}.tar.gz")
-sha256sums=('1a8cf9e6b7e8ee2c26f4e1921fd6aa1e834ae17b0b51c69ada85f26d12ddd7ed')
+sha256sums=('d64e0aa2c887b6738dd8f2cde3d46e6b20c870003d80a4a31d50410389c4f93d')
#importpath='github.com/restic/restic'