Skip to content

Commit

Permalink
cargo-generate: update to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov committed Oct 14, 2024
1 parent 4504e80 commit 86317e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-cargo-generate/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=cargo-generate
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.21.1
pkgver=0.22.0
pkgrel=1
pkgdesc="Use pre-existing git repositories as templates (mingw-w64)"
arch=('any')
Expand All @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-rust"
"${MINGW_PACKAGE_PREFIX}-pkgconf"
"${MINGW_PACKAGE_PREFIX}-openssl")
source=("${url}/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('3159eb16de57e0b28af67fcda01bcd54eee81edfbfd882e557018e4bcf6f41b0')
sha256sums=('cbea9b09fe0d9d577723007e1c7ef8329f7cb36268ad042bb870b63dbeaad323')

prepare() {
cd "${srcdir}/${_realname}-${pkgver}"
Expand Down

0 comments on commit 86317e7

Please sign in to comment.