Skip to content
Merged
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/t/topgrade.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Topgrade < Formula
desc "Upgrade all the things"
homepage "https://github.com/topgrade-rs/topgrade"
url "https://github.com/topgrade-rs/topgrade/archive/refs/tags/v16.2.1.tar.gz"
sha256 "a457ed0be9bb5e598a1e8d9d5c9991466930ecf455dd14a234bf83a7126bc5e4"
url "https://github.com/topgrade-rs/topgrade/archive/refs/tags/v16.3.0.tar.gz"
sha256 "16b89bd2ec145af01d505bb25f6d04ecc3945fa1a964db2bd9b63a7757a03232"
license "GPL-3.0-or-later"
head "https://github.com/topgrade-rs/topgrade.git", branch: "main"

Expand Down
Loading