diff --git a/conf.sh b/conf.sh index e8ccb40..386e9f3 100644 --- a/conf.sh +++ b/conf.sh @@ -5,7 +5,7 @@ PKGREL="1" # The pkgrel of all the archzfs packages ZOL_VERSION="0.6.2" # Linux version dependencies -LINUX_VERSION="3.12.3" +LINUX_VERSION="3.12.6" LINUX_PKGREL="1" # The PKGREL must be increased if this value changes. LINUX_VERSION_FULL="$LINUX_VERSION-$LINUX_PKGREL" diff --git a/spl-utils/PKGBUILD b/spl-utils/PKGBUILD index a36fae2..a7fea8e 100644 --- a/spl-utils/PKGBUILD +++ b/spl-utils/PKGBUILD @@ -11,7 +11,7 @@ pkgname=("spl-utils") # The build script can be found at # https://github.com/demizer/archzfs/blob/master/build.sh # -pkgver=0.6.2_3.12.3 +pkgver=0.6.2_3.12.6 pkgrel=1 pkgdesc="Solaris Porting Layer kernel module support files." arch=("i686" "x86_64") diff --git a/spl/PKGBUILD b/spl/PKGBUILD index e940fc8..79ea611 100644 --- a/spl/PKGBUILD +++ b/spl/PKGBUILD @@ -11,11 +11,11 @@ pkgname=("spl") # The build script can be found at # https://github.com/demizer/archzfs/blob/master/build.sh # -pkgver=0.6.2_3.12.3 +pkgver=0.6.2_3.12.6 pkgrel=1 pkgdesc="Solaris Porting Layer kernel modules." -depends=("spl-utils" "linux=3.12.3-1") -makedepends=("linux-headers=3.12.3-1") +depends=("spl-utils" "linux=3.12.6-1") +makedepends=("linux-headers=3.12.6-1") arch=("i686" "x86_64") url="http://zfsonlinux.org/" source=(http://archive.zfsonlinux.org/downloads/zfsonlinux/spl/spl-0.6.2.tar.gz diff --git a/zfs-utils/PKGBUILD b/zfs-utils/PKGBUILD index 6de058d..4ffee0d 100644 --- a/zfs-utils/PKGBUILD +++ b/zfs-utils/PKGBUILD @@ -11,7 +11,7 @@ pkgname=("zfs-utils") # The build script can be found at # https://github.com/demizer/archzfs/blob/master/build.sh # -pkgver=0.6.2_3.12.3 +pkgver=0.6.2_3.12.6 pkgrel=1 pkgdesc="Kernel module support files for the Zettabyte File System." depends=("spl") diff --git a/zfs/PKGBUILD b/zfs/PKGBUILD index 932682f..b948d2e 100644 --- a/zfs/PKGBUILD +++ b/zfs/PKGBUILD @@ -11,11 +11,11 @@ pkgname=("zfs") # The build script can be found at # https://github.com/demizer/archzfs/blob/master/build.sh # -pkgver=0.6.2_3.12.3 +pkgver=0.6.2_3.12.6 pkgrel=1 pkgdesc="Kernel modules for the Zettabyte File System." -depends=("spl=0.6.2_3.12.3-1" "zfs-utils" "linux=3.12.3-1") -makedepends=("linux-headers=3.12.3-1") +depends=("spl=0.6.2_3.12.6-1" "zfs-utils" "linux=3.12.6-1") +makedepends=("linux-headers=3.12.6-1") arch=("i686" "x86_64") url="http://zfsonlinux.org/" source=(http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.2.tar.gz)