cargo-edit: udpate to 0.13.4

This commit is contained in:
Konstantin Podsvirov 2025-05-13 21:49:30 +03:00
parent 5c50292b7d
commit 013fda6e40

View File

@ -3,7 +3,7 @@
_realname=cargo-edit
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.13.3
pkgver=0.13.4
pkgrel=1
pkgdesc="A utility for managing cargo dependencies from the command line (mingw-w64)"
arch=('any')
@ -12,7 +12,7 @@ url='https://github.com/killercup/cargo-edit'
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-rust")
source=("${url}/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('df53ad2288cb9f9ee3ebc0eea389ec14e4e0fbf9cdefda75e5b0eedd0a550be1')
sha256sums=('afcf319c43bc1ca025c7607e7a2ddd429ff8fd65026acc4e1864c7853ccefb5b')
prepare() {
cd "${_realname}-${pkgver}"