Skip to content

Commit e702812

Browse files
committed
Merge pull request #324 from QuentinPerez/brew2
homebrew: fix version/sha256
2 parents 121b2fd + dd186f0 commit e702812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/homebrew/scw.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
class Scw < Formula
44
desc "Manage BareMetal Servers from Command Line (as easily as with Docker)"
55
homepage "https://github.com/scaleway/scaleway-cli"
6-
url "https://github.com/scaleway/scaleway-cli/archive/v1.8.0.tar.gz"
7-
sha256 "3ce87ab2a127f0bf308ffa8c563074ea1395e5084459c7dca18aedc1e7c80379"
6+
url "https://github.com/scaleway/scaleway-cli/archive/v1.8.1.tar.gz"
7+
sha256 "9cb8626a8ab254aa602ded0a46ad0c34f88c9f89e7da28049b166996f494dde9"
88
version "1.8.1"
99

1010
head "https://github.com/scaleway/scaleway-cli.git"

0 commit comments

Comments
 (0)