Skip to content

Commit

Permalink
ruff: update to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny committed Jan 17, 2025
1 parent 6ea15cd commit 56ea427
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.9.1
pkgver=0.9.2
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=('3f5e398f02183ac4409e8a36d2749f4859f428277c17e7eaad4af01c77cc9773')
sha256sums=('5703414cc5ee50b2134adcfb9b48f2ff8afb3f1431cf32727c02b19443fd8209')

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

0 comments on commit 56ea427

Please sign in to comment.