From 629dedd6ee3148f11d636e442d18c7f571455f05 Mon Sep 17 00:00:00 2001 From: Jesus Alvarez Date: Thu, 9 Apr 2015 19:34:59 -0700 Subject: [PATCH] Update git packages for ZOL 0.6.4 --- conf.sh | 6 +++--- spl-git/PKGBUILD | 4 ++-- spl-utils-git/PKGBUILD | 4 ++-- zfs-git/PKGBUILD | 4 ++-- zfs-utils-git/PKGBUILD | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/conf.sh b/conf.sh index 7a12bac..7532803 100644 --- a/conf.sh +++ b/conf.sh @@ -1,9 +1,9 @@ # ZFSonLinux stable version (LTS packages) -AZB_ZOL_VERSION="0.6.3" +AZB_ZOL_VERSION="0.6.4" # Kernel version for GIT packages -AZB_GIT_SPL_COMMIT="ae26dd00" -AZB_GIT_ZFS_COMMIT="40d06e3c" +AZB_GIT_SPL_COMMIT="cd69f020" +AZB_GIT_ZFS_COMMIT="d07a1636" AZB_GIT_PKGREL="1" AZB_GIT_KERNEL_VERSION="3.19.3" AZB_GIT_KERNEL_X32_PKGREL="3" diff --git a/spl-git/PKGBUILD b/spl-git/PKGBUILD index b323737..5e82906 100644 --- a/spl-git/PKGBUILD +++ b/spl-git/PKGBUILD @@ -8,7 +8,7 @@ # The build script generates and updates the pkgver and _kernel* variables. # pkgname="spl-git" -pkgver=0.6.3_r83_gae26dd0_3.19.3_3 +pkgver=0.6.4_r0_gcd69f02_3.19.3_3 pkgrel=1 license=('GPL') @@ -33,7 +33,7 @@ depends=("spl-utils-git" "linux=${_kernel_version}") makedepends=("git" "linux-headers=${_kernel_version}") arch=("i686" "x86_64") url="http://zfsonlinux.org/" -source=("git+https://github.com/zfsonlinux/spl.git#commit=ae26dd00") +source=("git+https://github.com/zfsonlinux/spl.git#commit=cd69f020") groups=("archzfs-git") md5sums=('SKIP') replaces=("spl") diff --git a/spl-utils-git/PKGBUILD b/spl-utils-git/PKGBUILD index c22a592..6beeec8 100644 --- a/spl-utils-git/PKGBUILD +++ b/spl-utils-git/PKGBUILD @@ -8,14 +8,14 @@ # The build script generates and updates the pkgver and _kernel* variables. # pkgname="spl-utils-git" -pkgver=0.6.3_r83_gae26dd0_3.19.3_3 +pkgver=0.6.4_r0_gcd69f02_3.19.3_3 pkgrel=1 license=('GPL') pkgdesc="Solaris Porting Layer kernel module support files." makedepends=("git") arch=("i686" "x86_64") url="http://zfsonlinux.org/" -source=("git+https://github.com/zfsonlinux/spl.git#commit=ae26dd00" +source=("git+https://github.com/zfsonlinux/spl.git#commit=cd69f020" "spl-utils.hostid") groups=("archzfs-git") md5sums=('SKIP' diff --git a/zfs-git/PKGBUILD b/zfs-git/PKGBUILD index 52df44e..74bb14b 100644 --- a/zfs-git/PKGBUILD +++ b/zfs-git/PKGBUILD @@ -8,7 +8,7 @@ # The build script generates and updates the pkgver and _kernel* variables. # pkgname="zfs-git" -pkgver=0.6.3_r261_g40d06e3_3.19.3_3 +pkgver=0.6.4_r0_gd07a163_3.19.3_3 pkgrel=1 license=('CDDL') @@ -33,7 +33,7 @@ depends=("spl-git" "zfs-utils-git" "linux=${_kernel_version}") makedepends=("git" "linux-headers=${_kernel_version}") arch=("i686" "x86_64") url="http://zfsonlinux.org/" -source=("git+https://github.com/zfsonlinux/zfs.git#commit=40d06e3c") +source=("git+https://github.com/zfsonlinux/zfs.git#commit=d07a1636") groups=("archzfs-git") md5sums=('SKIP') replaces=("zfs") diff --git a/zfs-utils-git/PKGBUILD b/zfs-utils-git/PKGBUILD index e92daa2..ad899d8 100644 --- a/zfs-utils-git/PKGBUILD +++ b/zfs-utils-git/PKGBUILD @@ -8,7 +8,7 @@ # The build script generates and updates the pkgver and _kernel* variables. # pkgname="zfs-utils-git" -pkgver=0.6.3_r261_g40d06e3_3.19.3_3 +pkgver=0.6.4_r0_gd07a163_3.19.3_3 pkgrel=1 license=('CDDL') pkgdesc="Kernel module support files for the Zettabyte File System." @@ -16,7 +16,7 @@ depends=("spl-git") makedepends=("git") arch=("i686" "x86_64") url="http://zfsonlinux.org/" -source=("git+https://github.com/zfsonlinux/zfs.git#commit=40d06e3c" +source=("git+https://github.com/zfsonlinux/zfs.git#commit=d07a1636" "zfs-utils.bash-completion-r1" "zfs-utils.initcpio.install" "zfs-utils.initcpio.hook")