Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: a19b1a6e by Robin Candau at 2025-07-12T10:54:19+02:00 upgpkg: 0.148.1-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.148.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = hugo pkgdesc = Fast and Flexible Static Site Generator in Go - pkgver = 0.148.0 + pkgver = 0.148.1 pkgrel = 1 url = https://gohugo.io/ arch = x86_64 @@ -13,7 +13,7 @@ pkgbase = hugo optdepends = go: required to use the Hugo modules feature optdepends = dart-sass: required to transpile Sass to CSS optdepends = python-docutils: required for reStructuredText support - source = hugo-0.148.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.148.0.tar.gz - sha512sums = a8df95e425d9883985992d97780aacc9793e10f4f1131411cf5b2bb9b80b58539de79ec72100d5627102657e7c3a7bd61f4a34d1ce3dc472cf1bfabb409e520a + source = hugo-0.148.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.148.1.tar.gz + sha512sums = a3f6e6f13c0c2262e506fb5079a379de8b34c4ca2a4a1c352e318ba706db7affe59f746839d782c21afcb12c045e290a5f9259b6d581d077dfd4cc579ae7ab04 pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.148.0 +pkgver=0.148.1 pkgrel=1 pkgdesc="Fast and Flexible Static Site Generator in Go" arch=('x86_64') @@ -19,7 +19,7 @@ optdepends=('git: required to use the Hugo modules feature' 'dart-sass: required to transpile Sass to CSS' 'python-docutils: required for reStructuredText support') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz") -sha512sums=('a8df95e425d9883985992d97780aacc9793e10f4f1131411cf5b2bb9b80b58539de79ec72100d5627102657e7c3a7bd61f4a34d1ce3dc472cf1bfabb409e520a') +sha512sums=('a3f6e6f13c0c2262e506fb5079a379de8b34c4ca2a4a1c352e318ba706db7affe59f746839d782c21afcb12c045e290a5f9259b6d581d077dfd4cc579ae7ab04') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/a19b1a6ea8ca9946444d1d28d04ff9c3897261ef -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/a19b1a6ea8ca9946444d1d28d04ff9c3897261ef You're receiving this email because of your account on gitlab.archlinux.org.
