Skip to content

Commit 124e70a

Browse files
committed
Add brew cask formula
1 parent 166e64b commit 124e70a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

modmove.rb

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
cask :v1 => 'modmove' do
2+
version '1.0.0'
3+
sha256 '1d0cc13c38a4f76ae4f3a5d24c31553d4607c2d180ec1cdc93b43ee8787fe679'
4+
5+
url "https://github.com/keith/modmove/releases/download/#{version}/ModMove.app.zip"
6+
appcast 'https://github.com/keith/modmove/releases.atom'
7+
name 'ModMove'
8+
homepage 'https://github.com/keith/modmove'
9+
license :mit
10+
11+
app 'ModMove.app'
12+
end

0 commit comments

Comments
 (0)