Skip to content

Commit 6734767

Browse files
Bump version to 0.1.5 and update URLs
1 parent 70dc747 commit 6734767

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packaging/homebrew/devspace-sweeper.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
class DevspaceSweeper < Formula
22
desc "Tiny cross-platform CLI that finds and safely cleans dev junk"
33
homepage "https://github.com/adwaitdeshpande/devspace-sweeper"
4-
version "0.1.2"
4+
version "0.1.5"
55

66
on_macos do
7-
url "https://github.com/adwaitdeshpande/devspace-sweeper/releases/download/v0.1.2/devspace-sweeper-macos.tar.gz"
7+
url "https://github.com/adwaitdeshpande/devspace-sweeper/releases/download/v0.1.5/devspace-sweeper-macos.tar.gz"
88
sha256 "REPLACE_WITH_MACOS_TARBALL_SHA256"
99
end
1010

1111
on_linux do
12-
url "https://github.com/adwaitdeshpande/devspace-sweeper/releases/download/v0.1.2/devspace-sweeper-linux.tar.gz"
12+
url "https://github.com/adwaitdeshpande/devspace-sweeper/releases/download/v0.1.5/devspace-sweeper-linux.tar.gz"
1313
sha256 "REPLACE_WITH_LINUX_TARBALL_SHA256"
1414
end
1515

0 commit comments

Comments
 (0)