diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-08-02 18:56:32 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-08-02 18:56:32 +0000 |
commit | cee1999d0a9e9f4156396b27e92f099641592ba4 (patch) | |
tree | 101b207a4aa7f75ccb76b184487dbcc87152214a /community/hugo/APKBUILD | |
parent | 6e5b4934c2c653fa3fdfc0b1d3ce6fcbdea7426d (diff) | |
download | aports-cee1999d0a9e9f4156396b27e92f099641592ba4.tar.bz2 aports-cee1999d0a9e9f4156396b27e92f099641592ba4.tar.xz |
community/hugo: uprade to 0.46
Diffstat (limited to 'community/hugo/APKBUILD')
-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 217239a1a9..8e95c2ca6b 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.43 +pkgver=0.46 pkgrel=0 pkgdesc="A Fast and Flexible Static Site Generator built with love in GoLang" url="http://gohugo.io/" @@ -37,5 +37,5 @@ package() { install -Dm755 "$builddir"/bin/$pkgname "$pkgdir"/usr/bin/$pkgname } -sha512sums="e98a6fe0143fb16fd7e2815166b54be6e448580e50a343216a21a1cc09415475830f6735dd86f6d457e9e831bfcb2d6eab95dc561665ce5f47a261d56acf09a4 hugo-0.43.tar.gz +sha512sums="b197a44b13df607cb6761d77a3f5ea3a40ec279151075ce0ec0db38797c7aef7d26689699d5a3aaa9e35405d388989d3a5da15227b06652ebed01aa5d6fa916c hugo-0.46.tar.gz 31f212a444998a582c5c71beb9522e665242cf973322a4cfce2f756a24fae03b194b8aa33fde233212b9624f311f6dc56f123183f61bf8cd7f3cbd695e7b86c5 drop-git-tests.patch" |