diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-12 15:02:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-12 15:02:50 +0000 |
commit | dee0829abb44584f420c8509e64bc7db60a19fcb (patch) | |
tree | bce5e8fc587cc562e19f4b33272e120db4a8aaed | |
parent | e43201c68e186825725c9c1ab5e82eedc565037f (diff) | |
download | aports-dee0829abb44584f420c8509e64bc7db60a19fcb.tar.bz2 aports-dee0829abb44584f420c8509e64bc7db60a19fcb.tar.xz |
main/ntfs-3g: upgrade to 2010.3.6
-rw-r--r-- | main/ntfs-3g/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/ntfs-3g/APKBUILD b/main/ntfs-3g/APKBUILD index d5573c030..b8b615376 100644 --- a/main/ntfs-3g/APKBUILD +++ b/main/ntfs-3g/APKBUILD @@ -1,15 +1,15 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ntfs-3g -pkgver=2009.11.14 +pkgver=2010.3.6 pkgrel=0 pkgdesc="A userspace ntfs driver with write support" -url="http://www.ntfs-3g.org" +url="http://www.tuxera.com/community/ntfs-3g-download/" license="GPL" depends= makedepends="attr-dev" subpackages="$pkgname-doc $pkgname-dev" -source="http://www.ntfs-3g.org/${pkgname}-${pkgver}.tgz" +source="http://tuxera.com/opensource/ntfs-3g-$pkgver.tgz" _builddir="$srcdir"/$pkgname-$pkgver build() { @@ -27,4 +27,4 @@ package() { } -md5sums="68a8d622bb6ef900b8bb64cdffad48f8 ntfs-3g-2009.11.14.tgz" +md5sums="12ce21aa044c6068a4df6e8cbd3c5cfa ntfs-3g-2010.3.6.tgz" |