Skip to content
Merged

prek 0.3.0 #263954

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/p/prek.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Prek < Formula
desc "Pre-commit re-implemented in Rust"
homepage "https://github.com/j178/prek"
url "https://github.com/j178/prek/archive/refs/tags/v0.2.30.tar.gz"
sha256 "9721d80a23463bfb6275c6470fd7d0d91ee0167621f4a9d4a7d9a7d850663af3"
url "https://github.com/j178/prek/archive/refs/tags/v0.3.0.tar.gz"
sha256 "6e4e8c342cc03177d771f970cde99995387aa07694e8667e511f5e6c9adb0c02"
license "MIT"
head "https://github.com/j178/prek.git", branch: "master"

Expand Down
Loading