Skip to content

Commit

Permalink
hugo: update to 0.121.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Dec 21, 2023
1 parent 267c3ca commit b2bffa1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mingw-w64-hugo/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
_realname=hugo
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.120.4
pkgver=0.121.1
pkgrel=1
pkgdesc='A Fast and Flexible Static Site Generator built with love by bep, spf13 and friends in Go. (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'archlinux: hugo'
)
Expand All @@ -17,8 +17,8 @@ license=('spdx:Apache-2.0')
makedepends=("${MINGW_PACKAGE_PREFIX}-go" "${MINGW_PACKAGE_PREFIX}-cc" "git")
optdepends=("git: To interact with repositories")
options=('!strip')
source=("${_realname}-${pkgver}.tar.gz::https://github.com/gohugoio/hugo/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('e374effe369c340d8085060e6bb45337eabf64cfe075295432ecafd6d033eb8b')
source=("https://github.com/gohugoio/hugo/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('fd16b6723365e2d60bef9dd2c0a12a0b046185b033973a85eae7e5979693b799')

build() {
cd "${_realname}-${pkgver}"
Expand Down

0 comments on commit b2bffa1

Please sign in to comment.