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


Commits:
b88d2a43 by Robin Candau at 2024-03-16T19:43:02+01:00
upgpkg: 0.124.0-1: New upstream release + Add .nvchecker.toml

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = hugo
        pkgdesc = Fast and Flexible Static Site Generator in Go
-       pkgver = 0.123.8
+       pkgver = 0.124.0
        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.8.tar.gz::https://github.com/gohugoio/hugo/archive/v0.123.8.tar.gz
-       sha512sums = 
94990911e17b35f2f7a466be1c36323c6ac6e1ec2d84e9226f5d2463b4d412bcbdfe2859b21fc05f9256fb9fbfaafb9380fab1d60cd3a96f1f08200de09a8a26
+       source = 
hugo-0.124.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.124.0.tar.gz
+       sha512sums = 
3a760f86c18e8587ea7a807495e32b03561fb582b057f2e5f3faff8433b4fa99135f12f26d97ad931aa9447017a1d4b1af89638b28eeed0797d69b846423004d
 
 pkgname = hugo


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[hugo]
+source = "github"
+github = "gohugoio/hugo"
+prefix = "v"
+use_max_tag = true
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


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



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

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


Reply via email to