diff options
author | Bogdan Lobor <b.lobor@outlook.com> | 2017-05-01 19:19:59 +0300 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-02 01:42:24 +0200 |
commit | d55a8f9537143d5239d55d9833f8d874c0740c90 (patch) | |
tree | 7e1dbee9af6015468e92508f483ebb8a96e3c1de /community/hugo/APKBUILD | |
parent | 25d3576afdc3ac4883000e31233d6a86bf73ba3a (diff) | |
download | aports-d55a8f9537143d5239d55d9833f8d874c0740c90.tar.bz2 aports-d55a8f9537143d5239d55d9833f8d874c0740c90.tar.xz |
community/hugo: upgrade to 0.20.6
Diffstat (limited to 'community/hugo/APKBUILD')
-rw-r--r-- | community/hugo/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/community/hugo/APKBUILD b/community/hugo/APKBUILD index cc2bd309b1..0b339a4347 100644 --- a/community/hugo/APKBUILD +++ b/community/hugo/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Thomas Boerger <thomas@webhippie.de> # Maintainer: Thomas Boerger <thomas@webhippie.de> pkgname=hugo -pkgver=0.19 +pkgver=0.20.6 pkgrel=0 pkgdesc="A Fast and Flexible Static Site Generator built with love in GoLang" url="http://gohugo.io/" @@ -30,6 +30,4 @@ package() { install -Dm755 "$builddir"/bin/$pkgname "$pkgdir"/usr/bin/$pkgname } -md5sums="91844bf1b192941210d39f4aa8d47f0e hugo-0.19.tar.gz" -sha256sums="f2d1926b226b4a5d64c4880538eb1bb47c84dd886152660d72c69269f7c5cf6f hugo-0.19.tar.gz" -sha512sums="c1d5e206bc011e8ceb2fb4b515a02b56b2b619d768dd3b38456f50849651b0f16077ccf30a3a61e6b934b8a92bd71d45e24e1cc9d65b5d362f7c2f11e75c8a12 hugo-0.19.tar.gz" +sha512sums="ffed313351b05be3b665121a27febe2b336d05e2ba6c43176a7e07a0e796736ec384ba6b6caf679faa2469e59ec7021303f1db034008abe08bd5444132ce6b01 hugo-0.20.6.tar.gz" |