Skip to content

Commit

Permalink
just: update to 1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Nov 21, 2024
1 parent f4bfa2e commit 3911a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-just/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=just
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.36.0
pkgver=1.37.0
pkgrel=1
pkgdesc="Just a command runner (mingw-w64)"
arch=('any')
Expand All @@ -15,7 +15,7 @@ license=('spdx:CC0-1.0')
makedepends=("${MINGW_PACKAGE_PREFIX}-rust" 'git')
options=('!lto')
source=("git+${msys2_repository_url}.git#tag=${pkgver}")
sha256sums=('76a03d29c234d6695edd134b7ba143845e9ab50a09389520f2538220c0902f55')
sha256sums=('cd09e3b8d6cec8892440ae688365247302b920dc9d224911fcd529b7f7cbf2d8')

prepare() {
cd "${_realname}"
Expand Down

0 comments on commit 3911a1f

Please sign in to comment.