diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/zfs-grsec/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/zfs-grsec/APKBUILD b/testing/zfs-grsec/APKBUILD index e34ae4187..c1155b2fb 100644 --- a/testing/zfs-grsec/APKBUILD +++ b/testing/zfs-grsec/APKBUILD @@ -9,7 +9,7 @@ _kpkg=linux-$_flavor _kver=3.6.11 _kpkgrel=0 -_realver=0.6.0-rc12 +_realver=0.6.0-rc13 _mypkgrel=0 # source the kernel version @@ -35,7 +35,7 @@ depends_dev="glib-dev e2fsprogs-dev util-linux-dev makedepends="$depends_dev automake autoconf libtool" install="" subpackages="$pkgname-dev $pkgname-utils" -source="https://github.com/downloads/zfsonlinux/zfs/zfs-$_realver.tar.gz +source="http://zfsonlinux.org/downloads/$_realver/zfs-$_realver.tar.gz timestamp.patch" _builddir="$srcdir/$_realname-$_realver" @@ -100,5 +100,5 @@ utils() { "$subpkgdir"/etc/init.d/zfs || return 1 } -md5sums="6524f2c20fe9ad33a97879981e5c9a45 zfs-0.6.0-rc12.tar.gz +md5sums="0d166fe162d1c5d0ca49e16d89f05c81 zfs-0.6.0-rc13.tar.gz 9621735b802e34d792b03ef89727f6ea timestamp.patch" |