diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-05-13 14:09:20 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-05-13 20:22:33 +0000 |
commit | cde9a54f4eeef6429428a734b65154d68d943bad (patch) | |
tree | 51082adf5b4cfa7084da08ef392f625c3111c48b | |
parent | e06ba01ac3775615aa26122978df004f8dfde8ad (diff) |
community/libarchive-qt: upgrade to 2.0.2
-rw-r--r-- | community/libarchive-qt/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libarchive-qt/APKBUILD b/community/libarchive-qt/APKBUILD index 9fab25f4eda..f1198af0adb 100644 --- a/community/libarchive-qt/APKBUILD +++ b/community/libarchive-qt/APKBUILD @@ -1,7 +1,7 @@ # Contributor: # Maintainer: pkgname=libarchive-qt -pkgver=2.0.1 +pkgver=2.0.2 pkgrel=0 pkgdesc="Qt based archiving solution with libarchive backend" url="https://gitlab.com/marcusbritanicus/libarchive-qt" @@ -23,4 +23,4 @@ package() { INSTALL_ROOT="$pkgdir" make install rm -f "$pkgdir"/usr/lib/*.a } -sha512sums="68fcca75740ccd7e4bc2e3b4557eb7978926d2b1c1656598510aa882fbdee93543faf832426fecb75db5642833262d8bd721779024284d1b74f2c49578c440be libarchive-qt-2.0.1.tar.gz" +sha512sums="bf82884134265a825b49e3d313279d8826c422a54a5be65f170995c140ed2f4e6eca1cb939bf23bd1c04ef6bd60e47f9ae1cb5acaa505a114d2f1dfbb24c7c5c libarchive-qt-2.0.2.tar.gz" |