diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-06 04:14:10 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-06 06:00:18 -0300 |
commit | 2dd06c44c5862063a98727e8e0e0e98ef59c8f4c (patch) | |
tree | a604c0814c22039e02dc507526fd676c6e595e0d /testing/range-v3 | |
parent | 3110df836ff9f009dc69bf1eb8edaaa7b8371c82 (diff) | |
download | aports-2dd06c44c5862063a98727e8e0e0e98ef59c8f4c.tar.bz2 aports-2dd06c44c5862063a98727e8e0e0e98ef59c8f4c.tar.xz |
testing/range-v3: downgrade to 0.5.0
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 a79b6f95f0..560ccddbb9 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.1 +pkgver=0.5.0 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="167db645527b769f3d375db63bb0a5c831e9c854bc729581a7d25c571cc1741eafb82812006c5bbe346222a73d5fbbd0b2f17119317038394ac15cf892088aa3 range-v3-0.9.1.tar.gz" +sha512sums="076be03b0f4113acb5fb4db83ed5e755bed60ff8df9a7b982b144949cce40f0bb0579ecca38c1f33643b63037b8d311afa6d613b50811e1191b63e2c42a0d4bf range-v3-0.5.0.tar.gz" |