Skip to content

Commit

Permalink
Brew formula update for raffi version v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Dec 11, 2024
1 parent 3db9ae7 commit bd420d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/raffi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
class Raffi < Formula
desc "raffi - fuzzel launcher based on yaml configuration"
homepage "https://github.com/chmouel/raffi"
version "0.8.0"
version "0.8.1"
depends_on :linux

on_intel do
if Hardware::CPU.is_64_bit?
url "https://github.com/chmouel/raffi/releases/download/v0.8.0/raffi_0.8.0_linux_x86_64.tar.gz"
sha256 "7759b5b1da4e67870930e736387e37cd3c3ded1e7b9544185c5b3dcf85cd0794"
url "https://github.com/chmouel/raffi/releases/download/v0.8.1/raffi_0.8.1_linux_x86_64.tar.gz"
sha256 "9a7b35ff688553d67f0d048ebcd1af6d7aaadeba4be1a51f8f9c9263d630a223"

def install
bin.install "raffi" => "raffi"
Expand Down

0 comments on commit bd420d2

Please sign in to comment.