summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf89ac9..544620f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = zfs-utils
pkgdesc = Userspace utilities for the Zettabyte File System.
- pkgver = 0.7.11
- pkgrel = 2
+ pkgver = 0.7.12
+ pkgrel = 1
url = https://zfsonlinux.org/
arch = i686
arch = x86_64
license = CDDL
makedepends = git
- source = git+https://github.com/zfsonlinux/zfs.git#tag=zfs-0.7.11?signed
+ source = git+https://github.com/zfsonlinux/zfs.git#tag=zfs-0.7.12?signed
source = zfs.initcpio.install
source = zfs.initcpio.hook
validpgpkeys = 4F3BA9AB6D1F8D683DC2DFB56AD860EED4598027
diff --git a/PKGBUILD b/PKGBUILD
index c7e7fa8..b876fb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Iacopo Isimbaldi <isiachi@rhye.it>
pkgname=zfs-utils
-pkgver=0.7.11
-pkgrel=2
+pkgver=0.7.12
+pkgrel=1
pkgdesc="Userspace utilities for the Zettabyte File System."
arch=("i686" "x86_64")
url="https://zfsonlinux.org/"