aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-22 11:32:00 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-22 18:17:28 +0000
commit90617db2ccc466bf787bb0c0554f29a316327be5 (patch)
tree6be942d33a7202637c7b2e119c40450ee1f11dfb
parentbbaa297fc4bd4a34d12a83661331feae92aa95e7 (diff)
main/mtools: upgrade to 4.0.24
-rw-r--r--main/mtools/APKBUILD13
1 files changed, 4 insertions, 9 deletions
diff --git a/main/mtools/APKBUILD b/main/mtools/APKBUILD
index acf58eaee11..6636b5b7094 100644
--- a/main/mtools/APKBUILD
+++ b/main/mtools/APKBUILD
@@ -1,19 +1,16 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mtools
-pkgver=4.0.23
+pkgver=4.0.24
pkgrel=0
pkgdesc="A collection of utilities to access MS-DOS disks from Unix without mounting them"
url="https://www.gnu.org/software/mtools/"
arch="all"
-license="GPL"
-depends=
+license="GPL-3.0-or-later"
makedepends="texinfo"
-source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2"
+source="https://ftp.gnu.org/gnu/mtools/mtools-$pkgver.tar.bz2"
subpackages="$pkgname-doc"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -26,13 +23,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make -j1 install DESTDIR="$pkgdir"
}
-sha512sums="c8c48adedc3f3e4eeafead27ce80172c9cb9690b575618842001ed16aa0011dcd2bc517882ea4bf01a73810ba151aa4b86f8ce2f97d6e8a0177d09be71a6d1ed mtools-4.0.23.tar.bz2"
+sha512sums="b74becc4f696315cfabc016d1746e744b43e366de73bf1bffeec4fbab1e4815967594de8acb4af01f89d36a925f93672efbac205b89540161bd53ab7edebcf04 mtools-4.0.24.tar.bz2"