diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-02 03:43:41 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-02 04:10:14 -0300 |
commit | 45fd109cfde00888c29dc71805afdddbabbd026f (patch) | |
tree | b7fd313666e3fa009f607cb339236ac108c1ce36 /testing/range-v3 | |
parent | 7ab6e3ae34eb3047a5304443a83dfb23593efca3 (diff) | |
download | aports-45fd109cfde00888c29dc71805afdddbabbd026f.tar.bz2 aports-45fd109cfde00888c29dc71805afdddbabbd026f.tar.xz |
testing/range-v3: upgrade to 0.9.1
Diffstat (limited to 'testing/range-v3')
-rw-r--r-- | testing/range-v3/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/range-v3/APKBUILD b/testing/range-v3/APKBUILD index 943d11e790..a79b6f95f0 100644 --- a/testing/range-v3/APKBUILD +++ b/testing/range-v3/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=range-v3 -pkgver=0.9.0 +pkgver=0.9.1 pkgrel=0 pkgdesc="Experimental range library for C++11/14/17" url="https://github.com/ericniebler/range-v3" @@ -40,4 +40,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="90964e37fd32526f10ab76879344d611c7ef83085610db2dc2d555b8056de9248b0c9195ea5912aaf77206fbd11b02055cf444c422bdfb050804f7ce601e5d8e range-v3-0.9.0.tar.gz" +sha512sums="167db645527b769f3d375db63bb0a5c831e9c854bc729581a7d25c571cc1741eafb82812006c5bbe346222a73d5fbbd0b2f17119317038394ac15cf892088aa3 range-v3-0.9.1.tar.gz" |