diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-05-12 08:35:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-05-12 08:35:08 +0000 |
commit | 4cd1a77b3441f7439e3d30830a0022df63dc0cb8 (patch) | |
tree | 485d127d76f07608d32499aa7040afb0662178bc | |
parent | 4973205896e12e31d110dcaf2aa50aceb773076c (diff) | |
download | aports-4cd1a77b3441f7439e3d30830a0022df63dc0cb8.tar.bz2 aports-4cd1a77b3441f7439e3d30830a0022df63dc0cb8.tar.xz |
core/file: upgrade to 5.03
-rw-r--r-- | core/file/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/file/APKBUILD b/core/file/APKBUILD index e1943b2667..7754f6ced6 100644 --- a/core/file/APKBUILD +++ b/core/file/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=file -pkgver=5.01 +pkgver=5.03 pkgrel=0 pkgdesc="File type identification utility" url="http://www.darwinsys.com/file/" @@ -18,5 +18,5 @@ build () make || return 1 make DESTDIR="$pkgdir" install } -md5sums="e492d6309728ace56b113de1960e3024 file-5.01.tar.gz +md5sums="d05f08a53e5c2f51f8ee6a4758c0cc53 file-5.03.tar.gz 28513788ba4d556ccd538867dc6205ab nocxx.patch" |