summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62e3da1eed8d..48a6bdfec1d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Wed Nov 29 21:12:53 UTC 2017
pkgbase = bludit
pkgdesc = Bludit is a small an leightweight CMS without any DB
- pkgver = 2.0.2
- pkgrel = 2
+ pkgver = 3.12.0
+ pkgrel = 1
url = https://www.bludit.com/
arch = any
license = MIT
depends = php
- source = https://github.com/bludit/bludit/archive/2.0.2.tar.gz
- sha256sums = bc74e965914549e258ad2647efb537bf9bde990f1854b2bbe4282a908c713d55
+ source = https://github.com/bludit/bludit/archive/3.12.0.tar.gz
+ sha256sums = 6645216ad24b4f7b448af8b03bf6a53744f74c453d317e1a8c5ceb42e06856fe
pkgname = bludit
diff --git a/PKGBUILD b/PKGBUILD
index 25b68427b5c5..f782199aa460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Nils Czernia <nils[at]czserver[dot[de>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Nils Czernia <nils[at]czserver[dot[de>
pkgname=bludit
-pkgver=2.0.2
-pkgrel=2
+pkgver=3.12.0
+pkgrel=1
pkgdesc="Bludit is a small an leightweight CMS without any DB"
arch=("any")
url="https://www.bludit.com/"
license=("MIT")
depends=("php")
source=("https://github.com/bludit/bludit/archive/${pkgver}.tar.gz")
-sha256sums=("bc74e965914549e258ad2647efb537bf9bde990f1854b2bbe4282a908c713d55")
+sha256sums=('6645216ad24b4f7b448af8b03bf6a53744f74c453d317e1a8c5ceb42e06856fe')
package() {
cd "$pkgdir"