summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdoardo Morassutto2023-01-08 14:58:46 +0100
committerEdoardo Morassutto2023-01-08 14:58:46 +0100
commit49368c5dcffe7b5b28977d0b7efb42d9a45a66df (patch)
tree0115ec055c5bb26f6feae0ea226668360667854b
parent433508aea47e36f63bf747b97045f2332bbe6144 (diff)
downloadaur-plog.tar.gz
v1.1.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5536e799642a..578a6078efee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = plog
pkgdesc = Portable, simple and extensible C++ logging library
- pkgver = 1.1.8
+ pkgver = 1.1.9
pkgrel = 1
url = https://github.com/SergiusTheBest/plog
arch = any
- license = MPL2
- source = https://github.com/SergiusTheBest/plog/archive/1.1.8.zip
- sha256sums = 80cf2a2f49e9c0f17327c129d863bc320d7ac48a799d26ba585fd2123a76c404
+ license = MIT
+ source = https://github.com/SergiusTheBest/plog/archive/1.1.9.zip
+ sha256sums = 42905ee0d0f5e29396f11670c0ca91a03c92779ed685cc8edb4ef086fd47bedd
pkgname = plog
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}"