Skip to content

Commit

Permalink
glab: pull from GitLab
Browse files Browse the repository at this point in the history
GitLab has officially adopted `glab`. This points to the main repository
on GitLab and update archives location.

See: profclems/glab#983
  • Loading branch information
brodock committed Apr 22, 2022
1 parent 5ce255a commit 670706c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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"
url "https://gitlab.com/gitlab-org/cli/-/archive/v1.22.0/cli-v1.22.0.tar.gz"
sha256 "4d9bceb6818c8bf9f681119dae3a65f1c895fa21e9da6b38e8f88d245f524e10"
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_monterey: "58a6efde41f754f75de93a2c6ddc50b888237f5a6d268cc22c375722972537a9"
Expand Down

0 comments on commit 670706c

Please sign in to comment.