Skip to content

Commit

Permalink
just: update to 1.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Jan 23, 2025
1 parent 4c6f81b commit e5af1e2
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.38.0
pkgver=1.39.0
pkgrel=1
pkgdesc="Just a command runner (mingw-w64)"
arch=('any')
Expand All @@ -17,7 +17,7 @@ msys2_references=(
license=('spdx:CC0-1.0')
makedepends=("${MINGW_PACKAGE_PREFIX}-rust" 'git')
source=("git+${msys2_repository_url}.git#tag=${pkgver}")
sha256sums=('13c11500e2cb92f473c2db462aeee4f0793a00912a4a59373cace412c0634329')
sha256sums=('8a42c171cad9a9990b93f3dc34815dc85755861addaa0e1d318ea981db31caa9')

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

0 comments on commit e5af1e2

Please sign in to comment.