Skip to content

Commit

Permalink
gitoxide: update to 0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Dec 23, 2024
1 parent 725f262 commit 8cd983c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-gitoxide/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=gitoxide
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.39.0
pkgrel=2
pkgver=0.40.0
pkgrel=1
pkgdesc="An idiomatic, lean, fast & safe pure Rust implementation of Git (mingw-w64)"
arch=('any')
mingw_arch=('ucrt64' 'clang64' 'clangarm64')
Expand All @@ -16,7 +16,7 @@ msys2_references=(
)
makedepends=("${MINGW_PACKAGE_PREFIX}-rust" 'git')
source=("git+${url}.git#tag=v${pkgver}")
sha256sums=('3b182386e8bf4026fa7c91a3d750c213f17d33ab42969d01c07c8c07ae757549')
sha256sums=('9e88965be829a2c2f587b8fa3b1f3d6ddd7aae5ab48c890d38358f439cf6d33f')

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

0 comments on commit 8cd983c

Please sign in to comment.