diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-09-19 14:56:28 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-09-19 14:56:35 +0000 |
commit | 9865a2fe2d0b16b4a318a22c54b562393b08bd18 (patch) | |
tree | a96882cc7f7c2d8da49d0a365daf6e794ba4c9aa /community/hugo | |
parent | be518492044d40633d47c883b6e788d1ddcbc7ba (diff) | |
download | aports-9865a2fe2d0b16b4a318a22c54b562393b08bd18.tar.bz2 aports-9865a2fe2d0b16b4a318a22c54b562393b08bd18.tar.xz |
community/hugo: upgrade to 0.27.1
Diffstat (limited to 'community/hugo')
-rw-r--r-- | community/hugo/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/hugo/APKBUILD b/community/hugo/APKBUILD index d457565d9c..b0866e3b84 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.25.1 +pkgver=0.27.1 pkgrel=0 pkgdesc="A Fast and Flexible Static Site Generator built with love in GoLang" url="http://gohugo.io/" @@ -37,4 +37,4 @@ package() { install -Dm755 "$builddir"/bin/$pkgname "$pkgdir"/usr/bin/$pkgname } -sha512sums="d583dc744e84ae598847589ac6118a222854c36ce3e137a02c684cabbc511ea7cbfb82ccb923d78855a0ce0ed45cf734eed43086358791049972845c78e3b03e hugo-0.25.1.tar.gz" +sha512sums="4ff1e9379a33e4758c8f4d46e38d882095f33da019dac950461e7a85ac19174be32f2d2acc09640f99b232c1fb882059c659619c350a0dcbe07dd5dbf0fdf1ad hugo-0.27.1.tar.gz" |