summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEdoardo Morassutto2023-01-08 14:58:46 +0100
committerEdoardo Morassutto2023-01-08 14:58:46 +0100
commit49368c5dcffe7b5b28977d0b7efb42d9a45a66df (patch)
tree0115ec055c5bb26f6feae0ea226668360667854b /PKGBUILD
parent433508aea47e36f63bf747b97045f2332bbe6144 (diff)
downloadaur-plog.tar.gz
v1.1.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dac101a72493..cbe421a23980 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Edoardo Morassutto <edoardo.morassutto@gmail.com>
pkgname=plog
-pkgver=1.1.8
+pkgver=1.1.9
pkgrel=1
pkgdesc='Portable, simple and extensible C++ logging library'
arch=('any')
url='https://github.com/SergiusTheBest/plog'
-license=('MPL2')
+license=('MIT')
source=("https://github.com/SergiusTheBest/plog/archive/${pkgver}.zip")
-sha256sums=('80cf2a2f49e9c0f17327c129d863bc320d7ac48a799d26ba585fd2123a76c404')
+sha256sums=('42905ee0d0f5e29396f11670c0ca91a03c92779ed685cc8edb4ef086fd47bedd')
package() {
cd "${srcdir}/plog-${pkgver}"