Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: e8419f33 by Robin Candau at 2024-11-05T14:14:07+01:00 upgpkg: 0.137.1-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.137.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.137.0 + pkgver = 0.137.1 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.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.137.0.tar.gz - sha512sums = da68eb46dfdefd73ee1bb01e6f371884bb9190d6c53083ca77e47737c76545d15082d371b80b8e7dec62febce08e40e912d16011efbce784ae959712da53b8f6 + source = hugo-0.137.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.137.1.tar.gz + sha512sums = 14686b17b50c691a5c20ec8058a1d536d276f90cd7b33bbf3a8abe935fd5a6cd702f592d1b4dfb8b2ede8e80cb7c0ef2ab9e62483da8bd655a8b67bc32821140 pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.137.0 +pkgver=0.137.1 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=('da68eb46dfdefd73ee1bb01e6f371884bb9190d6c53083ca77e47737c76545d15082d371b80b8e7dec62febce08e40e912d16011efbce784ae959712da53b8f6') +sha512sums=('14686b17b50c691a5c20ec8058a1d536d276f90cd7b33bbf3a8abe935fd5a6cd702f592d1b4dfb8b2ede8e80cb7c0ef2ab9e62483da8bd655a8b67bc32821140') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/e8419f3363fe5fea81488fdaed77a14aabd20c20 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/e8419f3363fe5fea81488fdaed77a14aabd20c20 You're receiving this email because of your account on gitlab.archlinux.org.
