diff options
author | Łukasz Jendrysik <scadu@yandex.com> | 2015-02-04 18:39:57 +0100 |
---|---|---|
committer | Łukasz Jendrysik <scadu@yandex.com> | 2015-02-04 18:39:57 +0100 |
commit | dc952a56a63145306efc93acd9a2f5dc08bce3d2 (patch) | |
tree | 2dd4a967ef14a44966203cac6cc09588eced7a12 /main/libfm | |
parent | 294569bb6ea2b4b6dd1d949387bfd0dc4bd90f67 (diff) | |
download | aports-dc952a56a63145306efc93acd9a2f5dc08bce3d2.tar.bz2 aports-dc952a56a63145306efc93acd9a2f5dc08bce3d2.tar.xz |
main/libfm: upgrade to 1.2.3, change maintainer to scadu
Diffstat (limited to 'main/libfm')
-rw-r--r-- | main/libfm/APKBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/main/libfm/APKBUILD b/main/libfm/APKBUILD index 77ea4a5613..c136ef31ed 100644 --- a/main/libfm/APKBUILD +++ b/main/libfm/APKBUILD @@ -1,7 +1,8 @@ -# Maintainer: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> +# Maintainer: Łukasz Jendrysik <scadu@yandex.com> +# Contributor: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> pkgname=libfm -pkgver=1.2.0 +pkgver=1.2.3 pkgrel=0 pkgdesc='Library for file management' url='http://pcmanfm.sourceforge.net/' @@ -30,6 +31,6 @@ package() { mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm } -md5sums="07d1361bc008db46b0fd4c775f5696de libfm-1.2.0.tar.xz" -sha256sums="f0513484e43dcc576097508b7d666f7eb72530963e5a21692034a7ea6a6efc22 libfm-1.2.0.tar.xz" -sha512sums="a62d3b8a26bf52c058f49e9b5328409f32189c708c0de8f419e7946e0be19f2d5dad604a214381b98bf1b26a81e85f60bced8b29b40bbfeb7e1c0aee4d1e36f2 libfm-1.2.0.tar.xz" +md5sums="3ff38200701658f7e80e25ed395d92dd libfm-1.2.3.tar.xz" +sha256sums="c692f1624a4cbc8d1dd55f3b3f3369fbf5d26f63a916e2c295230b2344e1fbf9 libfm-1.2.3.tar.xz" +sha512sums="f4c214daffc47f05ba31c65203ab0542a03f5a246ea4bb62b6b365ac3fa120a1a51e37b00f8a43afe56875eb69f9be327ac724dafb6fc2de13aa77deea23f443 libfm-1.2.3.tar.xz" |