Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo


Commits:
253df111 by Robin Candau at 2024-02-29T18:56:21+01:00
upgpkg: 0.123.6-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.123.6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = hugo
        pkgdesc = Fast and Flexible Static Site Generator in Go
-       pkgver = 0.123.5
+       pkgver = 0.123.6
        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.123.5.tar.gz::https://github.com/gohugoio/hugo/archive/v0.123.5.tar.gz
-       sha512sums = 
3ff354a11c6188df430c9b0b576b34e1a45e158728b76fd4690f70d8532355b26aa1c46e8a31fb3ad8145e55d1eaae3b1cf30e60358e64feb44b617a0d6a6c67
+       source = 
hugo-0.123.6.tar.gz::https://github.com/gohugoio/hugo/archive/v0.123.6.tar.gz
+       sha512sums = 
b8f72927d2f003afa0d9f898dedab8d813a0428a925642797308465640c0e166aefeb8c818584e66fbd493c86f111c200fa9c3118dc7c309a7c62211d15a05eb
 
 pkgname = hugo


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.123.5
+pkgver=0.123.6
 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=('3ff354a11c6188df430c9b0b576b34e1a45e158728b76fd4690f70d8532355b26aa1c46e8a31fb3ad8145e55d1eaae3b1cf30e60358e64feb44b617a0d6a6c67')
+sha512sums=('b8f72927d2f003afa0d9f898dedab8d813a0428a925642797308465640c0e166aefeb8c818584e66fbd493c86f111c200fa9c3118dc7c309a7c62211d15a05eb')
 
 build() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/253df1113b7f456481528b87c521c7831a8a7f84

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/253df1113b7f456481528b87c521c7831a8a7f84
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to