summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56412c2b5e6d..8b64429cb498 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Bart De Vries <devriesb@gmail.com>
pkgname=aixlog
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.2.4
+pkgrel=1
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=('d7c4c7967910bd44e77152cfc7c7fa5e733d5811cf98f0a987e1bc797b2ed090')
+sha256sums=('553c57ef2a98a0015cde8f5f6c1a0694a0f44bb2494103be51879945ff4e5c87')
package() {
cd "${pkgname}-${pkgver}"