We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166e64b commit 124e70aCopy full SHA for 124e70a
modmove.rb
@@ -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