Skip to content

Commit

Permalink
Brew formula update for jalapeno version v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Apr 15, 2024
1 parent 5b25dba commit 5b13b08
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions jalapeno.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
class Jalapeno < Formula
desc "Jalapeno is a CLI for creating, managing and sharing spiced up project templates"
homepage "https://futurice.github.io/jalapeno/"
version "1.7.2"
version "1.8.0"
license "Apache-2.0"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/futurice/jalapeno/releases/download/v1.7.2/jalapeno-darwin-amd64.tar.gz", using: CurlDownloadStrategy
sha256 "c400a7e3046db32bd80e06725110ea21a59f7be05ae5bd3a48608566ef44f81a"
url "https://github.com/futurice/jalapeno/releases/download/v1.8.0/jalapeno-darwin-amd64.tar.gz", using: CurlDownloadStrategy
sha256 "5f9d4337f4f1873698aaed649a025b547e69be5ccf9599389dba6c6003c41bff"

def install
bin.install "jalapeno"
end
end
if Hardware::CPU.arm?
url "https://github.com/futurice/jalapeno/releases/download/v1.7.2/jalapeno-darwin-arm64.tar.gz", using: CurlDownloadStrategy
sha256 "5c07155d0e510da8f5d6763dc94aa38346c1b348daca78d18c4edba86e81263a"
url "https://github.com/futurice/jalapeno/releases/download/v1.8.0/jalapeno-darwin-arm64.tar.gz", using: CurlDownloadStrategy
sha256 "f927fbdd5b698290684c41628613a9fde758602a95b2ff064e00baf1a4c170c0"

def install
bin.install "jalapeno"
Expand All @@ -28,17 +28,17 @@ def install
end

on_linux do
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/futurice/jalapeno/releases/download/v1.7.2/jalapeno-linux-arm64.tar.gz", using: CurlDownloadStrategy
sha256 "0ebc95f7be1998702e960f39ccb7c707ed15c3ebb507088978408ebd6bbed563"
if Hardware::CPU.intel?
url "https://github.com/futurice/jalapeno/releases/download/v1.8.0/jalapeno-linux-amd64.tar.gz", using: CurlDownloadStrategy
sha256 "2a9367f6262f4d0346272536d3532aa3578ed499b364b11853094788a78ef4a7"

def install
bin.install "jalapeno"
end
end
if Hardware::CPU.intel?
url "https://github.com/futurice/jalapeno/releases/download/v1.7.2/jalapeno-linux-amd64.tar.gz", using: CurlDownloadStrategy
sha256 "0bc8f083404cd875cfc0ecb2f19d8bc847ffa28bed4be413411e913f6ca0fb34"
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/futurice/jalapeno/releases/download/v1.8.0/jalapeno-linux-arm64.tar.gz", using: CurlDownloadStrategy
sha256 "e25b693fe8d8d443fe3efaae5f62595cf78b9665535a47657d92fb19d4f5b57c"

def install
bin.install "jalapeno"
Expand Down

0 comments on commit 5b13b08

Please sign in to comment.