summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Silva2018-10-07 17:58:44 +0200
committerPedro Silva2018-10-07 17:58:44 +0200
commita7052192ab9fc74d533a249e24c04ac4cbc00896 (patch)
treeca82f34a201b0f2d63601c418a997162be270da0
parent26846e44a333f03f120bb47041082510b334637e (diff)
downloadaur-a7052192ab9fc74d533a249e24c04ac4cbc00896.tar.gz
bump version to 0.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa49ca920777..caf38250909f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = blogc
pkgdesc = blogc is a blog compiler. It converts source files and templates into blog/website resources
- pkgver = 0.13.4
+ pkgver = 0.14.0
pkgrel = 1
url = http://blogc.org
arch = x86_64
license = BSD 3 clause license
options = !emptydirs
- source = https://github.com/blogc/blogc/releases/download/v0.13.4/blogc-0.13.4.tar.gz
- md5sums = 8597a5549d5821a46445b4c82c485600
+ source = https://github.com/blogc/blogc/releases/download/v0.14.0/blogc-0.14.0.tar.gz
+ md5sums = 6e133aa33004cccbb846a4cf80ce9fe2
pkgname = blogc
diff --git a/PKGBUILD b/PKGBUILD
index 9ccefc063057..5d1940b00254 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Juri Grabowski <archlinux-aur at juri-grabowski dot de>
pkgname=blogc
-pkgver=0.13.4
+pkgver=0.14.0
pkgrel=1
pkgdesc="blogc is a blog compiler. It converts source files and templates into blog/website resources"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('BSD 3 clause license')
depends=()
options=('!emptydirs')
source=("https://github.com/blogc/blogc/releases/download/v${pkgver}/blogc-${pkgver}.tar.gz")
-md5sums=('8597a5549d5821a46445b4c82c485600')
+md5sums=('6e133aa33004cccbb846a4cf80ce9fe2')
build() {
cd $srcdir/blogc-$pkgver