diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-13 12:52:32 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-13 12:52:32 -0400 |
commit | 78bf47e43de121f3460b6c6f608bd5f5b8a85f28 (patch) | |
tree | 97c2b84e319811df125d2192b0d3d1d8cfb1cf9a /libre-testing | |
parent | 3f7efeaab48d25fcca632330365b43b17f811c33 (diff) |
update libre-testing/libretools
Diffstat (limited to 'libre-testing')
-rw-r--r-- | libre-testing/libretools/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre-testing/libretools/PKGBUILD b/libre-testing/libretools/PKGBUILD index 54a842b3c..a5fb16636 100644 --- a/libre-testing/libretools/PKGBUILD +++ b/libre-testing/libretools/PKGBUILD @@ -6,10 +6,10 @@ pkgbase=libretools pkgname=(libretools libretools-mips64el) pkgdesc="Programs for Parabola development" url="https://projects.parabolagnulinux.org/packages/libretools.git/" -license=('GPL3+' 'GPL2') +license=('GPL3' 'GPL2') -pkgver=20130508 -_libretools_commit=68e05b4f7a45f58531b26ffa8bfab59b65439cb4 +pkgver=20130513 +_libretools_commit=222e615f45279b5315af5148a5cbbca5988078a4 _devtools_commit=a1a79ff77bb19166bd5631953a71e3d3222e5f1c _packages_url=https://projects.parabolagnulinux.org/packages @@ -57,5 +57,5 @@ package_libretools-mips64el() { make install-libretools-mips64el DESTDIR="$pkgdir" } -md5sums=('e1346c701bb448c678a86f248a0ac83a' +md5sums=('76dc15b5c61f7220a1e64a2d836a2aeb' 'c5cd04723119762701db766cb8f6e5ef') |