Browse Source

hugo: update to 0.69.2

master
Leonid Plyushch 5 years ago
parent
commit
196fc6b3e3
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 4
      packages/hugo/build.sh

4
packages/hugo/build.sh

@ -1,9 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://gohugo.io/
TERMUX_PKG_DESCRIPTION="A fast and flexible static site generator"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_VERSION=0.69.0
TERMUX_PKG_VERSION=0.69.2
TERMUX_PKG_SRCURL=https://github.com/gohugoio/hugo/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=b4db7bf58c9cc722bf1fd70265ce97a743ed720990f22401673f2b612d7c44ec
TERMUX_PKG_SHA256=1cd3caaa13ca14cd4258a04528b7dade7da7f93d6f9151db1efe0946b629a75c
TERMUX_PKG_DEPENDS="libc++"
termux_step_make() {

Loading…
Cancel
Save