aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-04-13 11:43:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-04-13 11:43:19 +0000
commit838e29ee1c0b19dcff08a28343045c3c3243dce4 (patch)
tree7da2177927bf92de92cae9210257fcdbee35d5b1
parent88af881ec4b82b5d77ec37e43576a48901c9597a (diff)
downloadalpine_aports-838e29ee1c0b19dcff08a28343045c3c3243dce4.tar.bz2
alpine_aports-838e29ee1c0b19dcff08a28343045c3c3243dce4.tar.xz
alpine_aports-838e29ee1c0b19dcff08a28343045c3c3243dce4.zip
core/mtools: upgrade to 4.0.10
-rw-r--r--core/mtools/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/mtools/APKBUILD b/core/mtools/APKBUILD
index bfe3ac9166..0b84bdd616 100644
--- a/core/mtools/APKBUILD
+++ b/core/mtools/APKBUILD
@@ -1,13 +1,13 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=mtools 2pkgname=mtools
3pkgver=3.9.11 3pkgver=4.0.10
4pkgrel=0 4pkgrel=0
5pkgdesc="A collection of utilities to access MS-DOS disks from Unix without mounting them" 5pkgdesc="A collection of utilities to access MS-DOS disks from Unix without mounting them"
6url="http://mtools.linux.lu/" 6url="http://www.gnu.org/software/mtools/"
7license="GPL" 7license="GPL"
8depends="uclibc" 8depends="uclibc"
9makedepends="texinfo" 9makedepends="texinfo"
10source="http://$pkgname.linux.lu/$pkgname-$pkgver.tar.gz" 10source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2"
11subpackages="$pkgname-doc" 11subpackages="$pkgname-doc"
12 12
13build () { 13build () {
@@ -20,4 +20,4 @@ build () {
20 make -j1 install DESTDIR="$pkgdir" 20 make -j1 install DESTDIR="$pkgdir"
21} 21}
22 22
23md5sums="3c0ae05b0d98a5d3bd06d3d72fcaf80d mtools-3.9.11.tar.gz" 23md5sums="750c2beba968a5d46dbaae24551a82b9 mtools-4.0.10.tar.bz2"