diff options
author | Bart Ribbers <bribbers@disroot.org> | 2018-04-21 22:20:05 +0200 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-06-11 13:11:33 +0000 |
commit | 853d5a0a8046611764fc9d4c9d8dd6c0b0a9469b (patch) | |
tree | 7aeecb0dce414798bc872d1c97728d9e8efaefa4 /testing | |
parent | 49bcffeaf0b6f692fb6bc4374d3f0e6bf70c9de1 (diff) | |
download | aports-853d5a0a8046611764fc9d4c9d8dd6c0b0a9469b.tar.bz2 aports-853d5a0a8046611764fc9d4c9d8dd6c0b0a9469b.tar.xz |
testin/aixlog:: update to 1.2.0
Diffstat (limited to 'testing')
-rw-r--r-- | testing/aixlog/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/aixlog/APKBUILD b/testing/aixlog/APKBUILD index 065696fb2e..13806377ee 100644 --- a/testing/aixlog/APKBUILD +++ b/testing/aixlog/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter <clandmeter@alpinelinux.org> # Maintainer: pkgname=aixlog -pkgver=1.1.0 +pkgver=1.2.0 pkgrel=0 pkgdesc="Header-only C++ logging library" url="https://github.com/badaix/aixlog" @@ -33,4 +33,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="4fb4a7e4ab0a1a7ac005367b4935f34f8f5599c8f49db8e7696fd2759efdbd02606539e7b904c866d08fcd7ccb3666fb55c54ae5cb8ce890cf4297ca5993845e aixlog-1.1.0.tar.gz" +sha512sums="57f8f98377bf2ae8405244bb20eec0a408419da9545f15ef4357f8b7d9533c15fa65aa0f1a684b079319db2ad488956ff5251c24329a86afcf1661ca2dd3b5b9 aixlog-1.2.0.tar.gz" |