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


Commits:
72a8526a by Robin Candau at 2024-03-07T17:10:12+01:00
upgpkg: 0.123.8-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.123.8

- - - - -


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.7
+       pkgver = 0.123.8
        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.7.tar.gz::https://github.com/gohugoio/hugo/archive/v0.123.7.tar.gz
-       sha512sums = 
8fb3331b05c2b1a2218d399cfea5268e2f3622b7122df3bbe68f262d574ae2d946e7b525411abdf82874911fb262f5b88d2ab887585289e7c9f4accd25257552
+       source = 
hugo-0.123.8.tar.gz::https://github.com/gohugoio/hugo/archive/v0.123.8.tar.gz
+       sha512sums = 
94990911e17b35f2f7a466be1c36323c6ac6e1ec2d84e9226f5d2463b4d412bcbdfe2859b21fc05f9256fb9fbfaafb9380fab1d60cd3a96f1f08200de09a8a26
 
 pkgname = hugo


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



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

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


Reply via email to