We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56c7a4 commit 9ca9d01Copy full SHA for 9ca9d01
riff.rb
@@ -3,10 +3,10 @@
3
class Riff < Formula
4
homepage "https://github.com/projectriff/riff"
5
6
- v = "v0.1.0" # CI Managed
+ v = "v0.1.1" # CI Managed
7
url "https://github.com/projectriff/riff/releases/download/#{v}/riff-darwin-amd64.tgz"
8
version v
9
- sha256 "565b45b25650691cfd7219915b6e30ebe69c1b801b154d93c034e503857c0e45" # CI Managed
+ sha256 "04e35c54bccc2471740f8cd840e77b7a361a8c69cd419782cde0271f3dcbfad4" # CI Managed
10
11
def gunzip(filename)
12
command = "gunzip --force #{filename}"
0 commit comments