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


Commits:
b34e5948 by Robin Candau at 2024-03-01T18:37:33+01:00
upgpkg: 0.123.7-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.123.7

- - - - -


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.6
+       pkgver = 0.123.7
        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.6.tar.gz::https://github.com/gohugoio/hugo/archive/v0.123.6.tar.gz
-       sha512sums = 
b8f72927d2f003afa0d9f898dedab8d813a0428a925642797308465640c0e166aefeb8c818584e66fbd493c86f111c200fa9c3118dc7c309a7c62211d15a05eb
+       source = 
hugo-0.123.7.tar.gz::https://github.com/gohugoio/hugo/archive/v0.123.7.tar.gz
+       sha512sums = 
8fb3331b05c2b1a2218d399cfea5268e2f3622b7122df3bbe68f262d574ae2d946e7b525411abdf82874911fb262f5b88d2ab887585289e7c9f4accd25257552
 
 pkgname = hugo


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



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

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


Reply via email to