diff options
Diffstat (limited to 'core/file/APKBUILD')
-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" |