Skip to content

Commit

Permalink
glab 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viktomas committed Nov 24, 2022
1 parent 1ff48b7 commit e52d7a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/glab.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class Glab < Formula
desc "Open-source GitLab command-line tool"
homepage "https://glab.readthedocs.io/"
url "https://github.com/profclems/glab/archive/v1.22.0.tar.gz"
sha256 "4b700d46cf9ee8fe6268e7654326053f4366aa3e072b5c3f3d243930a6e89edc"
homepage "https://gitlab.com/gitlab-org/cli"
url "https://gitlab.com/gitlab-org/cli/-/archive/v1.23.0/cli-v1.23.0.tar.gz"
sha256 "4fe9dcecc5e601a849454a3608b47d709b11e2df81527f666b169e0dd362d7df"
license "MIT"
head "https://github.com/profclems/glab.git", branch: "trunk"
head "https://gitlab.com/gitlab-org/cli.git", branch: "trunk"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "8c4d0c58933d3f927816d7d1f426b9e48baa11c6ae162f85698054adfc120a3e"
Expand Down

0 comments on commit e52d7a9

Please sign in to comment.