Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: 8beee8cc by Robin Candau at 2024-11-06T17:25:28+01:00 upgpkg: 0.138.0-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.138.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = hugo pkgdesc = Fast and Flexible Static Site Generator in Go - pkgver = 0.137.1 + pkgver = 0.138.0 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.137.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.137.1.tar.gz - sha512sums = 14686b17b50c691a5c20ec8058a1d536d276f90cd7b33bbf3a8abe935fd5a6cd702f592d1b4dfb8b2ede8e80cb7c0ef2ab9e62483da8bd655a8b67bc32821140 + source = hugo-0.138.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.138.0.tar.gz + sha512sums = 0510445b04ae34ef15739e3313b1223e99b6b3e05b805cd4cf7198c58a27933fae3bc1bc9960d119e0cfde178fa026e724c69e0e9aa9a9892e583b81f011fd34 pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.137.1 +pkgver=0.138.0 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=('14686b17b50c691a5c20ec8058a1d536d276f90cd7b33bbf3a8abe935fd5a6cd702f592d1b4dfb8b2ede8e80cb7c0ef2ab9e62483da8bd655a8b67bc32821140') +sha512sums=('0510445b04ae34ef15739e3313b1223e99b6b3e05b805cd4cf7198c58a27933fae3bc1bc9960d119e0cfde178fa026e724c69e0e9aa9a9892e583b81f011fd34') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/8beee8cc276c441811d9acb4cf4f118e0bde993c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/8beee8cc276c441811d9acb4cf4f118e0bde993c You're receiving this email because of your account on gitlab.archlinux.org.
