summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2019-12-02 22:56:58 +0200
committerAdrian Perez de Castro2019-12-02 22:56:58 +0200
commite305f537f605509d782eadb6fe8740992a5aef10 (patch)
tree2d3f5c6cac0ba7fe7b80e34bc10bc7b2f2e25ac8
parent71114f58308cdbf801d2363b31c73b4d8b3c716d (diff)
downloadaur-e305f537f605509d782eadb6fe8740992a5aef10.tar.gz
Bump to version 0.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b3196a7d8a7..1ac7480fb407 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = fuse-overlayfs
pkgdesc = FUSE implementation of overlayfs
- pkgver = 0.7
+ pkgver = 0.7.2
pkgrel = 1
url = https://github.com/containers/fuse-overlayfs
arch = x86_64
license = GPL3
depends = fuse3
- source = https://github.com/containers/fuse-overlayfs/archive/v0.7.tar.gz
- sha512sums = ccca7d081c71529537f644a477c034a15e142c371c89a1595a77c2f96b1bfb5aa996a4bf108a589eab02f012666fbfd2946bc196734ee6f0a08f0301def886bd
+ source = https://github.com/containers/fuse-overlayfs/archive/v0.7.2.tar.gz
+ sha512sums = fe881a8c27419544aa57ea3b02f574ecdd15362792d3ba56efbe887bd45dcbcbccc35745b2cf5c2e92b1471dd51d6ecbba9278aa0af524c394f808ea97124441
pkgname = fuse-overlayfs
diff --git a/PKGBUILD b/PKGBUILD
index 82f1479f4f97..965c06c96a87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgdesc='FUSE implementation of overlayfs'
pkgname=fuse-overlayfs
-pkgver=0.7
+pkgver=0.7.2
pkgrel=1
arch=(x86_64)
url='https://github.com/containers/fuse-overlayfs'
license=(GPL3)
depends=(fuse3)
source=("${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('ccca7d081c71529537f644a477c034a15e142c371c89a1595a77c2f96b1bfb5aa996a4bf108a589eab02f012666fbfd2946bc196734ee6f0a08f0301def886bd')
+sha512sums=('fe881a8c27419544aa57ea3b02f574ecdd15362792d3ba56efbe887bd45dcbcbccc35745b2cf5c2e92b1471dd51d6ecbba9278aa0af524c394f808ea97124441')
build ()
{