Skip to content
Closed

gat 0.28.0 #285524

Changes from all commits
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/g/gat.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Gat < Formula
desc "Cat alternative written in Go"
homepage "https://github.com/koki-develop/gat"
url "https://github.com/koki-develop/gat/archive/refs/tags/v0.27.3.tar.gz"
sha256 "4659e0828bed21c190a0a98ac4b22894ad251d261fac9b6624144525876400a6"
url "https://github.com/koki-develop/gat/archive/refs/tags/v0.28.0.tar.gz"
sha256 "5d64f160693b4a29c7ace1ab6234e25f9bae64188556ad6876c5ee150cc7633c"
license "MIT"
head "https://github.com/koki-develop/gat.git", branch: "main"

Expand Down
Loading