Skip to content

Commit

Permalink
hugo: update to 0.135.0
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and Biswa96 committed Sep 29, 2024
1 parent a9687ca commit 7ff01a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-hugo/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=hugo
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.134.3
pkgver=0.135.0
pkgrel=1
pkgdesc='A Fast and Flexible Static Site Generator built with love by bep, spf13 and friends in Go. (mingw-w64)'
arch=('any')
Expand All @@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-go" "${MINGW_PACKAGE_PREFIX}-cc" "git")
optdepends=("git: To interact with repositories")
options=('!strip')
source=("https://github.com/gohugoio/hugo/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('9975498a69df214dce634802d14c6a8746966692084c9e99ef1c799b9b55b66b')
sha256sums=('a75c4c684d2125255f214d11b9834a5ec6eb64353f4de2c06952d2b3b7430f0e')

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

0 comments on commit 7ff01a5

Please sign in to comment.