aboutsummaryrefslogtreecommitdiffstats
path: root/community/aixlog/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-16 15:08:53 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-16 15:58:21 -0300
commit73aace0591e9a42ff746d0591a5590e26ee537d5 (patch)
tree792223a9f036472467a3a375e3f79e62eaa1042d /community/aixlog/APKBUILD
parentd6d252246515e34cead98f41683e7edd4deb183c (diff)
downloadaports-73aace0591e9a42ff746d0591a5590e26ee537d5.tar.bz2
aports-73aace0591e9a42ff746d0591a5590e26ee537d5.tar.xz
community/aixlog: upgrade to 1.2.2
Diffstat (limited to 'community/aixlog/APKBUILD')
-rw-r--r--community/aixlog/APKBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/community/aixlog/APKBUILD b/community/aixlog/APKBUILD
index 110d5587ee..f1b2ed1487 100644
--- a/community/aixlog/APKBUILD
+++ b/community/aixlog/APKBUILD
@@ -1,23 +1,17 @@
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=aixlog
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=0
pkgdesc="Header-only C++ logging library"
url="https://github.com/badaix/aixlog"
arch="noarch"
license="MIT"
-depends=""
-makedepends=""
-install=""
options="!check" # not test
-subpackages=""
source="aixlog-$pkgver.tar.gz::https://github.com/badaix/aixlog/archive/v$pkgver.tar.gz"
-builddir="$srcdir/aixlog-$pkgver"
package() {
- cd "$builddir"
install -Dm644 include/aixlog.hpp "$pkgdir/usr/include/aixlog.hpp"
}
-sha512sums="776558fdd911f0cc9e8d467bf8e00a1930d2e51bb8ccd5f36f95955fefecab65faf575a80fdaacfe83fd32808f8b9c2e0323b16823e0431300df7bc0c1dfde12 aixlog-1.2.1.tar.gz"
+sha512sums="384ffe4a40970150d7cbc64f5bd5a64486415f11487b5a432502f16e190f9a96383e65173cbb6624b4ec8bc5168addef93a895dc9b16f874e4a4c8d93be55dd6 aixlog-1.2.2.tar.gz"