Skip to content

Commit

Permalink
just: update to 1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Oct 1, 2024
1 parent a3846a7 commit d2b4544
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions mingw-w64-just/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/just
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.35.0
pkgver=1.36.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=('93670fb96ab966185a250fdbeae12968bf8b62fac9742eb46751ee06d24fd38d')
sha256sums=('76a03d29c234d6695edd134b7ba143845e9ab50a09389520f2538220c0902f55')

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

0 comments on commit d2b4544

Please sign in to comment.