Skip to content

Commit

Permalink
uv: update to 0.1.44
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny committed May 16, 2024
1 parent 24717f7 commit 7bcf848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-uv/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=uv
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
"${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.1.42
pkgver=0.1.44
pkgrel=1
pkgdesc='An extremely fast Python package installer and resolver, written in Rust (mingw-w64)'
arch=('any')
Expand All @@ -27,7 +27,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-rust"
options=('!strip' '!lto')
source=("https://github.com/astral-sh/uv/archive/${pkgver}/${_realname}-${pkgver}.tar.gz"
"link-sys-libs-dynamically.patch")
sha256sums=('c4b0cf67a9d4873ac7724005a43585de9b10d36a0760e3a30c9e5a70316c424e'
sha256sums=('83bde98723102af630755de3a672b21e070acdc51e2037aa4a6ed108a568f421'
'f1e7c546584c30f9f90e6b8b99e3d7bf569a1dc85bd52bfb340dfae75829f33a')

_env() {
Expand Down

0 comments on commit 7bcf848

Please sign in to comment.