blogc: Update from 0.16.1 to 0.17.0

This commit is contained in:
Rafael G. Martins 2019-05-04 00:41:42 +02:00 committed by Leonid Pliushch
parent dd3134f43a
commit 468da8e81e
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://blogc.rgm.io/
TERMUX_PKG_DESCRIPTION="A blog compiler"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="Rafael Martins @rafaelmartins"
TERMUX_PKG_VERSION=0.16.1
TERMUX_PKG_SHA256=e74214f29de904a776eb8aebd6648947ea45545b40da8cd0f21328884fd47d3d
TERMUX_PKG_VERSION=0.17.0
TERMUX_PKG_SHA256=41b4e6cbe3feb5ffea9de5e857bd7009b730bf07ebbaab17b91c342b5ea9ffe9
TERMUX_PKG_SRCURL=https://github.com/blogc/blogc/releases/download/v$TERMUX_PKG_VERSION/blogc-$TERMUX_PKG_VERSION.tar.bz2
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-git-receiver --enable-make --enable-runserver --disable-tests --disable-valgrind"