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


Commits:
1df65b23 by Robin Candau at 2024-02-28T18:30:41+01:00
upgpkg: 0.123.5-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.123.5

- - - - -


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.4
+       pkgver = 0.123.5
        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.4.tar.gz::https://github.com/gohugoio/hugo/archive/v0.123.4.tar.gz
-       sha512sums = 
c833c2e1a0fc5897465121d48f20090dab9cc7e707350cad7c522db168fc9f435f39a97f7bea87c26ef1b7a89c6320ed0370a42ea0a6c88b409562bebcb67759
+       source = 
hugo-0.123.5.tar.gz::https://github.com/gohugoio/hugo/archive/v0.123.5.tar.gz
+       sha512sums = 
3ff354a11c6188df430c9b0b576b34e1a45e158728b76fd4690f70d8532355b26aa1c46e8a31fb3ad8145e55d1eaae3b1cf30e60358e64feb44b617a0d6a6c67
 
 pkgname = hugo


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



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

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


Reply via email to