Skip to content

Commit

Permalink
cargo-c: update to 0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny committed Nov 30, 2024
1 parent e73d6dd commit 259cbaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-cargo-c/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=cargo-c
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.10.6
pkgver=0.10.7
pkgrel=1
pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and static libraries (mingw-w64)'
arch=('any')
Expand All @@ -24,8 +24,8 @@ options=('!strip')
source=("https://github.com/lu-zero/cargo-c/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz"
"${_realname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock"
001-add-lib-prefix-on-windows-gnu.patch)
sha256sums=('60bc2b8936c16b456874bf12d29085e14e7df7010dfd10b798ee29807dde3b98'
'8a88b5463b1332c07266d2ee70eda21a8f6b1c41385fe0c247784e64531a2e82'
sha256sums=('c4532dd2bf23769df5f64649d5b0c037fb2a29467c74d16a54bad3054d9f3f3a'
'7272f41442713ce20c42198fdf9128a77b539ded1649872ab88dc1411db8dee4'
'a35e7fbfc0d4113154572ae204c0a6bdf21d1ec12ac6882a133b51e211467805')

prepare() {
Expand Down

0 comments on commit 259cbaa

Please sign in to comment.