summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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