summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBen Wolsieffer2017-09-30 23:53:06 -0400
committerBen Wolsieffer2017-09-30 23:53:06 -0400
commitb74e1665e2c8173e0579e00882fc193c96d83f2a (patch)
tree1a4902f64983e98c8675e6397d5a0bfc273571bc /PKGBUILD
parent2e8bf4c8436f26a08e1b5dfc66769a1fca0e8710 (diff)
downloadaur-btrfs-snap.tar.gz
Update to 1.7.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60eaf3b32993..ff4a735c993d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ben Wolsieffer <benwolsieffer@gmail.com>
pkgname=btrfs-snap
-pkgver=1.7.2
+pkgver=1.7.3
pkgrel=1
pkgdesc="Creates and maintains the history of snapshots of btrfs filesystems"
license=('GPL3')
@@ -9,7 +9,7 @@ depends=('btrfs-progs')
arch=('any')
url="https://github.com/jf647/btrfs-snap"
source=(https://github.com/jf647/btrfs-snap/archive/${pkgver}.tar.gz)
-sha256sums=('64d654c817c152919f7ab810e01b516160caa6a6f4679ea8916d87571d46c110')
+sha256sums=('25b4ae22670e2a05542fd920edc06dc9741b36cce9b3ffe50d7e348837da71e4')
package() {
install -Dm755 "${srcdir}/${pkgname}-${pkgver}/btrfs-snap" "${pkgdir}/usr/bin/btrfs-snap"