diff --git a/mingw-w64-just/.gitignore b/mingw-w64-just/.gitignore new file mode 100644 index 0000000000000..4cc4df4aa8d03 --- /dev/null +++ b/mingw-w64-just/.gitignore @@ -0,0 +1 @@ +/just diff --git a/mingw-w64-just/PKGBUILD b/mingw-w64-just/PKGBUILD index f0c1bbb3c2d55..8afd7e26fcd53 100644 --- a/mingw-w64-just/PKGBUILD +++ b/mingw-w64-just/PKGBUILD @@ -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') @@ -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}"