summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2018-02-27 10:26:19 -0500
committerJameson Pugh2018-02-27 10:26:19 -0500
commita05bd9809ea574ee999f2259fb4eac0e0b900810 (patch)
treef2a179a57e86d15efed2298eb1a85772f28de88b
parentf72c272c8a8eee8d5062d86606d776ffb2532f28 (diff)
downloadaur-a05bd9809ea574ee999f2259fb4eac0e0b900810.tar.gz
0.8.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8c06425f7c7..a92620716b92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Feb 17 20:10:50 UTC 2018
pkgbase = restic
pkgdesc = restic is a program that does backups right.
- pkgver = 0.8.2
+ pkgver = 0.8.3
pkgrel = 1
url = https://restic.github.io
arch = i686
@@ -11,8 +9,8 @@ pkgbase = restic
makedepends = go
depends = glibc
options = !strip
- source = https://github.com/restic/restic/archive/v0.8.2.tar.gz
- sha256sums = 0c19de7f525b4f40bf35347c9834564e48cdfdf1b64972d0aef9e548d29960dd
+ source = https://github.com/restic/restic/archive/v0.8.3.tar.gz
+ sha256sums = 0cf697c88404b180d6d6ff2e7d2c27b2fcb9536da6dbdf15ad4d320af7e8f17c
pkgname = restic
diff --git a/PKGBUILD b/PKGBUILD
index aa5e13123ccb..4dde27b8ae0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
options=(!strip)
pkgname=restic
-pkgver=0.8.2
+pkgver=0.8.3
pkgrel=1
pkgdesc="restic is a program that does backups right."
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ license=('BSD')
depends=('glibc')
makedepends=('go')
source=("https://github.com/restic/restic/archive/v${pkgver}.tar.gz")
-sha256sums=('0c19de7f525b4f40bf35347c9834564e48cdfdf1b64972d0aef9e548d29960dd')
+sha256sums=('0cf697c88404b180d6d6ff2e7d2c27b2fcb9536da6dbdf15ad4d320af7e8f17c')
#importpath='github.com/restic/restic'