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


Commits:
19f28998 by Robin Candau at 2024-02-24T11:01:18+01:00
upgpkg: 0.123.3-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.123.3

- - - - -


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.2
+       pkgver = 0.123.3
        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.2.tar.gz::https://github.com/gohugoio/hugo/archive/v0.123.2.tar.gz
-       sha512sums = 
a6b9f2d5b8bedacc8f9c197d0fabad83c34a00a225da2533c43d101966da77e496f5239d39493c00ba9adae47750ea4fcf2d64ff6aaccbcef273348ce8aef041
+       source = 
hugo-0.123.3.tar.gz::https://github.com/gohugoio/hugo/archive/v0.123.3.tar.gz
+       sha512sums = 
cc549faea0b463ceb06f4aab5647c1b952dfd67b307aa500e059f7b0881a3c2f3eb624a354d53904a700bf75cc3270833a1abef6e52c2c3cda81dbaf76cb71d1
 
 pkgname = hugo


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.123.2
+pkgver=0.123.3
 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=('a6b9f2d5b8bedacc8f9c197d0fabad83c34a00a225da2533c43d101966da77e496f5239d39493c00ba9adae47750ea4fcf2d64ff6aaccbcef273348ce8aef041')
+sha512sums=('cc549faea0b463ceb06f4aab5647c1b952dfd67b307aa500e059f7b0881a3c2f3eb624a354d53904a700bf75cc3270833a1abef6e52c2c3cda81dbaf76cb71d1')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

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


Reply via email to