Skip to content

Commit

Permalink
ruff: update to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Jan 10, 2025
1 parent fd63943 commit 1e997b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-ruff/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=ruff
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
"${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.8.6
pkgver=0.9.0
pkgrel=1
pkgdesc="An extremely fast Python linter, written in Rust (mingw-w64)"
arch=('any')
Expand All @@ -26,7 +26,7 @@ makedepends=(
)
options=('!strip')
source=("git+${msys2_repository_url}.git#tag=${pkgver}")
sha256sums=('80c7a3fd1800cd9deec44cbc50ea66e578fc1d5a536ecb020fbda52839cd3b4a')
sha256sums=('e7faddd889e38b8b7771af5ffd2010a955e08a01e4008984bed0321014d75e69')

prepare() {
cd "${_realname}"
Expand Down

0 comments on commit 1e997b8

Please sign in to comment.