Skip to content

Commit

Permalink
ruff: update to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Nov 23, 2024
1 parent 0823352 commit ecae76d
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.7.4
pkgver=0.8.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' '!lto')
source=("git+${msys2_repository_url}.git#tag=${pkgver}")
sha256sums=('c475d650df4e8d464872933bf557a1d81d0bd0eac720ffaf03224264e9dc8939')
sha256sums=('380e52f58eab27a946f89f436fefda828f3fe03333e1ef5ecc27032fcfb94ba6')

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

0 comments on commit ecae76d

Please sign in to comment.