Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/qiushiyan/degit
Browse files Browse the repository at this point in the history
  • Loading branch information
qiushiyan committed May 23, 2024
2 parents 11e7c42 + 2cbbc35 commit 558ee90
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions degit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

# This file was generated by GoReleaser. DO NOT EDIT.
class Degit < Formula
desc ""
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.3"
version "0.0.4"

on_macos do
url "https://github.com/qiushiyan/go-degit/releases/download/v0.0.3/go-degit_Darwin_all.tar.gz"
sha256 "e9e578de500d0c17803348859652685f64b208931439d0049a485bf568a04434"
url "https://github.com/qiushiyan/go-degit/releases/download/v0.0.4/go-degit_Darwin_all.tar.gz"
sha256 "65a49f20378baa9b9ceea7bdfd771280cf158dbe48d0211b307f7adbeea7658b"

def install
bin.install "go-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/go-degit/releases/download/v0.0.3/go-degit_Linux_x86_64.tar.gz"
sha256 "0201d8c6148d8715a80ca952c844a58cb7addd70db0136350d51b2c1bd258292"
url "https://github.com/qiushiyan/go-degit/releases/download/v0.0.4/go-degit_Linux_x86_64.tar.gz"
sha256 "53376e7ce092b7ebce567c8e3a33ac2406bc1e0ab142717986482e090fec56c2"

def install
bin.install "go-degit"
Expand All @@ -29,8 +29,8 @@ def install
end
on_arm do
if Hardware::CPU.is_64_bit?
url "https://github.com/qiushiyan/go-degit/releases/download/v0.0.3/go-degit_Linux_arm64.tar.gz"
sha256 "cb7b66c62918379b7edfb4b72c9a12a62062bbb8b91f4813c1d23ed95d60444e"
url "https://github.com/qiushiyan/go-degit/releases/download/v0.0.4/go-degit_Linux_arm64.tar.gz"
sha256 "9301a7ab4e5953894717538d9e6bc3b367dc6327fc2908eb787ee5474300fbed"

def install
bin.install "go-degit"
Expand Down

0 comments on commit 558ee90

Please sign in to comment.