Skip to content

Commit

Permalink
cargo-leptos: update to 0.2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and lazka committed Jan 19, 2025
1 parent b6313ae commit c75b1aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-cargo-leptos/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _basename=leptos
_realname=cargo-${_basename}
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.2.22
pkgver=0.2.26
pkgrel=1
pkgdesc='Build tool for Leptos (mingw-w64)'
arch=('any')
Expand All @@ -21,7 +21,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-binaryen"
"${MINGW_PACKAGE_PREFIX}-rust-wasm")
makedepends=("${MINGW_PACKAGE_PREFIX}-rust")
source=("${msys2_repository_url}/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('7dc7c2408f7a27e690c90f5b01e547cccf5a4ea5a671051037c4c76fbe76251b')
sha256sums=('34978c22459289a93a10bb0b82c1533a590c939f6ef906930175cf031279c4cb')

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

0 comments on commit c75b1aa

Please sign in to comment.