Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: d241de05 by Robin Candau at 2024-11-24T11:26:49+01:00 upgpkg: 0.139.2-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.139.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = hugo pkgdesc = Fast and Flexible Static Site Generator in Go - pkgver = 0.139.0 + pkgver = 0.139.2 pkgrel = 1 url = https://gohugo.io/ arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = hugo depends = glibc depends = gcc-libs optdepends = python-docutils: reStructuredText support - source = hugo-0.139.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.139.0.tar.gz - sha512sums = 6aed02e94481a991d0fa5943a74fa39c046580b44109d2b5596e3eda77ba3a8d22df8f09aed424819ef3978c237d4e2c5d24aa624d55ed144a2d200dccf171cb + source = hugo-0.139.2.tar.gz::https://github.com/gohugoio/hugo/archive/v0.139.2.tar.gz + sha512sums = 4ec5ff8180cfe9bf0f9c3bb85c25b1bd4fd9dc500bafe9e3e84a2bc8f8c8d18d7a909364ffe9b9ef0c803b7dc650a702b7f5b69a963854b869f345b4f480e1b4 pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.139.0 +pkgver=0.139.2 pkgrel=1 pkgdesc="Fast and Flexible Static Site Generator in Go" arch=('x86_64') @@ -16,7 +16,7 @@ depends=('glibc' 'gcc-libs') makedepends=('go' 'git') optdepends=('python-docutils: reStructuredText support') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz") -sha512sums=('6aed02e94481a991d0fa5943a74fa39c046580b44109d2b5596e3eda77ba3a8d22df8f09aed424819ef3978c237d4e2c5d24aa624d55ed144a2d200dccf171cb') +sha512sums=('4ec5ff8180cfe9bf0f9c3bb85c25b1bd4fd9dc500bafe9e3e84a2bc8f8c8d18d7a909364ffe9b9ef0c803b7dc650a702b7f5b69a963854b869f345b4f480e1b4') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/d241de05af5944fa41eef03f52416dce8ee299e5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/d241de05af5944fa41eef03f52416dce8ee299e5 You're receiving this email because of your account on gitlab.archlinux.org.
