diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-06 13:32:28 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-06 13:32:28 -0300 |
commit | 5fe0f1e29752ddf9d7121cc05d3311d26b2daeb0 (patch) | |
tree | d29360a4e2c84a31949d0ba4b3c80b4be2916478 /testing | |
parent | 19ec610ce8ec7a40c6e4966584e39773668cd898 (diff) | |
download | aports-5fe0f1e29752ddf9d7121cc05d3311d26b2daeb0.tar.bz2 aports-5fe0f1e29752ddf9d7121cc05d3311d26b2daeb0.tar.xz |
testing/range-v3: upgrade to 0.9.1
Diffstat (limited to 'testing')
-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 560ccddbb9..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.5.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="076be03b0f4113acb5fb4db83ed5e755bed60ff8df9a7b982b144949cce40f0bb0579ecca38c1f33643b63037b8d311afa6d613b50811e1191b63e2c42a0d4bf range-v3-0.5.0.tar.gz" +sha512sums="167db645527b769f3d375db63bb0a5c831e9c854bc729581a7d25c571cc1741eafb82812006c5bbe346222a73d5fbbd0b2f17119317038394ac15cf892088aa3 range-v3-0.9.1.tar.gz" |