Skip to content

Commit

Permalink
hugo: update to 0.119.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Oct 4, 2023
1 parent c5068f9 commit 2e70a64
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.118.2
pkgver=0.119.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 @@ -14,7 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-go" "${MINGW_PACKAGE_PREFIX}-cc" "git")
optdepends=("git: To interact with repositories")
options=('!strip')
source=("$_realname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('915d7dcb44fba949c80858f9c2a55a11256162ba28a9067752f808cfe8faedaa')
sha256sums=('0b98124c72fbd9a8179d3576abb3dd720f69584b47f70ec5be82b7238b825ea2')

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

0 comments on commit 2e70a64

Please sign in to comment.