Skip to content

Commit

Permalink
ruff: update to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Feb 7, 2025
1 parent e00d350 commit d764edc
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.4
pkgver=0.9.5
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=('ad6399820c351f5a84729bede98dba748b957f0ea8ea42ec1f6b095c3c49ab49')
sha256sums=('72f35806bc88addae636f42605e4b9ae6fbf8c9d0f7c3063fa880e99c324d070')

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

0 comments on commit d764edc

Please sign in to comment.