Skip to content

Commit

Permalink
Brew formula update for jalapeno version v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Aug 8, 2024
1 parent 01a7cea commit ddd10e9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.11.8"
version "1.12.0"
license "Apache-2.0"

on_macos do
on_intel do
url "https://github.com/futurice/jalapeno/releases/download/v1.11.8/jalapeno-darwin-amd64.tar.gz", using: CurlDownloadStrategy
sha256 "2bc5d716ee7de3d6aabff6769bb3d7f6db389c27822d0f284d9f37bfd081b752"
url "https://github.com/futurice/jalapeno/releases/download/v1.12.0/jalapeno-darwin-amd64.tar.gz", using: CurlDownloadStrategy
sha256 "4a1cee0ee2bd232c3ddd2bc20b9fb47e377dfedbaff2cc1464e086b55959b322"

def install
bin.install "jalapeno"
end
end
on_arm do
url "https://github.com/futurice/jalapeno/releases/download/v1.11.8/jalapeno-darwin-arm64.tar.gz", using: CurlDownloadStrategy
sha256 "3c3a134e3cd65fbc35a6fdeb24a214712b439614450acc670e9fae0ffe1aa42e"
url "https://github.com/futurice/jalapeno/releases/download/v1.12.0/jalapeno-darwin-arm64.tar.gz", using: CurlDownloadStrategy
sha256 "aa126031ab0ff8b37a1bd15be97d710bb20bb23fa6855f78884a7c78b7012081"

def install
bin.install "jalapeno"
Expand All @@ -30,8 +30,8 @@ def install
on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url "https://github.com/futurice/jalapeno/releases/download/v1.11.8/jalapeno-linux-amd64.tar.gz", using: CurlDownloadStrategy
sha256 "d6a83f1c081eb6f5d98e7db0bc9e27b22cdd4337e688bbac79af5eb24bac9f60"
url "https://github.com/futurice/jalapeno/releases/download/v1.12.0/jalapeno-linux-amd64.tar.gz", using: CurlDownloadStrategy
sha256 "79c5c734b862d2a66dfd33a49530ef135d0eace39f350495ad8c4eac7042abaa"

def install
bin.install "jalapeno"
Expand All @@ -40,8 +40,8 @@ def install
end
on_arm do
if Hardware::CPU.is_64_bit?
url "https://github.com/futurice/jalapeno/releases/download/v1.11.8/jalapeno-linux-arm64.tar.gz", using: CurlDownloadStrategy
sha256 "220e9b7d826e3bde8ef428767aecaa359abd6964a1ee69059e704b7f136c32e5"
url "https://github.com/futurice/jalapeno/releases/download/v1.12.0/jalapeno-linux-arm64.tar.gz", using: CurlDownloadStrategy
sha256 "ea310ced1e245ed4d4623302722eea9c7c5d38bb1598c137a38f43a76671deb5"

def install
bin.install "jalapeno"
Expand Down

0 comments on commit ddd10e9

Please sign in to comment.