diff options
-rw-r--r-- | main/ntfs-3g/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/ntfs-3g/APKBUILD b/main/ntfs-3g/APKBUILD index c61d00c15..9a2e0006e 100644 --- a/main/ntfs-3g/APKBUILD +++ b/main/ntfs-3g/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ntfs-3g -pkgver=2010.3.6 -pkgrel=1 +pkgver=2010.5.16 +pkgrel=0 pkgdesc="A userspace ntfs driver with write support" url="http://www.tuxera.com/community/ntfs-3g-download/" license="GPL" @@ -27,4 +27,4 @@ package() { } -md5sums="12ce21aa044c6068a4df6e8cbd3c5cfa ntfs-3g-2010.3.6.tgz" +md5sums="aeff7659a4943c9223d79116f051a863 ntfs-3g-2010.5.16.tgz" |