Skip to content

Commit 3911a1f

Browse files
authored
just: update to 1.37.0
1 parent f4bfa2e commit 3911a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-just/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=just
44
pkgbase=mingw-w64-${_realname}
55
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
6-
pkgver=1.36.0
6+
pkgver=1.37.0
77
pkgrel=1
88
pkgdesc="Just a command runner (mingw-w64)"
99
arch=('any')
@@ -15,7 +15,7 @@ license=('spdx:CC0-1.0')
1515
makedepends=("${MINGW_PACKAGE_PREFIX}-rust" 'git')
1616
options=('!lto')
1717
source=("git+${msys2_repository_url}.git#tag=${pkgver}")
18-
sha256sums=('76a03d29c234d6695edd134b7ba143845e9ab50a09389520f2538220c0902f55')
18+
sha256sums=('cd09e3b8d6cec8892440ae688365247302b920dc9d224911fcd529b7f7cbf2d8')
1919

2020
prepare() {
2121
cd "${_realname}"

0 commit comments

Comments
 (0)