zfs/spl: use better version scheme.
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| # Template file for 'spl' | ||||
| pkgname=spl | ||||
| version=0.6.3_1.3 | ||||
| version=0.6.3r1.3 | ||||
| revision=1 | ||||
| build_style=gnu-configure | ||||
| configure_args="--with-config=user --sbindir=/usr/bin" | ||||
| @@ -8,7 +8,7 @@ short_desc="Solaris Porting Layer -- userland and kernel modules (using DKMS)" | ||||
| maintainer="Christian Neukirchen <chneukirchen@gmail.com>" | ||||
| license="GPL-2" | ||||
| homepage="http://zfsonlinux.org/" | ||||
| distfiles="https://github.com/zfsonlinux/${pkgname}/archive/${pkgname}-${version/_/-}.tar.gz" | ||||
| distfiles="https://github.com/zfsonlinux/${pkgname}/archive/${pkgname}-${version/r/-}.tar.gz" | ||||
| checksum=ae4ddabd68518821485be60e62dbf640168598abeb9edcdb29d46ba7c2923241 | ||||
|  | ||||
| triggers="dkms" | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| # Template file for 'zfs' | ||||
| pkgname=zfs | ||||
| version=0.6.3_1.3 | ||||
| version=0.6.3r1.3 | ||||
| revision=1 | ||||
| build_style=gnu-configure | ||||
| configure_args="--with-config=user --sbindir=/usr/bin | ||||
| @@ -13,7 +13,7 @@ short_desc="Z File System -- userland and kernel modules (using DKMS)" | ||||
| maintainer="Christian Neukirchen <chneukirchen@gmail.com>" | ||||
| license="CDDL" | ||||
| homepage="http://zfsonlinux.org/" | ||||
| distfiles="https://github.com/zfsonlinux/${pkgname}/archive/${pkgname}-${version/_/-}.tar.gz" | ||||
| distfiles="https://github.com/zfsonlinux/${pkgname}/archive/${pkgname}-${version/r/-}.tar.gz" | ||||
| checksum=125f8815ee78c5391eb8e909d29edf563965cff1bdde06178e0bfe383af63572 | ||||
|  | ||||
| triggers="dkms" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Christian Neukirchen
					Christian Neukirchen