Skip to content

Commit

Permalink
Brew formula update for degit version v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed May 23, 2024
1 parent 7a8120a commit d9555c2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions degit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
class Degit < Formula
desc "A Go port of the node degit CLI https://github.com/rich-harris/degit. Download remote repositories without git history. Supports specifying subdirectory, branch and commit hash."
homepage "https://github.com/qiushiyan"
version "0.0.6"
version "0.0.7"

on_macos do
url "https://github.com/qiushiyan/degit/releases/download/v0.0.6/degit_Darwin_all.tar.gz"
sha256 "a10936df7ba0eab4895a0bdd0abe3b56660f44dc3ea312656f594029d88fd83c"
url "https://github.com/qiushiyan/degit/releases/download/v0.0.7/degit_Darwin_all.tar.gz"
sha256 "f96b14fa67001f46e55376c53b05f4a3c11b0d1b87662380f15ef1c19b5ccca5"

def install
bin.install "degit"
Expand All @@ -19,8 +19,8 @@ def install
on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url "https://github.com/qiushiyan/degit/releases/download/v0.0.6/degit_Linux_x86_64.tar.gz"
sha256 "463b6cc9dbb5f7f47468091e782c1bf689fe7b8f6ba3cd18e3541e9161e8e65d"
url "https://github.com/qiushiyan/degit/releases/download/v0.0.7/degit_Linux_x86_64.tar.gz"
sha256 "4a432120e02d73cc9cc5ae8f880fcb7e6ce160711273d508fceee0b5e685f26b"

def install
bin.install "degit"
Expand All @@ -29,8 +29,8 @@ def install
end
on_arm do
if Hardware::CPU.is_64_bit?
url "https://github.com/qiushiyan/degit/releases/download/v0.0.6/degit_Linux_arm64.tar.gz"
sha256 "abb27e6da046f5ecb34d7228374f47a511a6860bc73483be1ea44688eb161b32"
url "https://github.com/qiushiyan/degit/releases/download/v0.0.7/degit_Linux_arm64.tar.gz"
sha256 "c42630d5aee503ec93166ee0c4e9e3377d8facc09551dce03ad15f3e59aa09f7"

def install
bin.install "degit"
Expand Down

0 comments on commit d9555c2

Please sign in to comment.