summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77f0e5fb501f..56412c2b5e6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Bart De Vries <devriesb@gmail.com>
pkgname=aixlog
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=2
pkgdesc="Header-only C++ logging library"
arch=(any)
url="https://github.com/badaix/aixlog"
license=('MIT')
source=("https://github.com/badaix/aixlog/archive/v${pkgver}.tar.gz")
-sha256sums=('3ed6f47b3658607edfd94faf98034d31906b0f04f3fe4355e87a16f8dd582384')
+sha256sums=('d7c4c7967910bd44e77152cfc7c7fa5e733d5811cf98f0a987e1bc797b2ed090')
package() {
cd "${pkgname}-${pkgver}"