mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
added: add dropshelf 1729
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
cask "dropshelf" do
|
||||
version "1729"
|
||||
sha256 "452ed83a900eb989a0a5e114fa31bc0eee32da8b71b55eb6ba4ad420c72f6ca9"
|
||||
|
||||
url "https://pilotmoon.com/downloads/beta/Dropshelf-build-#{version}.zip"
|
||||
name "Dropshelf"
|
||||
desc "Drag and drop helper app"
|
||||
homepage "https://pilotmoon.com/dropshelf/"
|
||||
|
||||
livecheck do
|
||||
url :homepage
|
||||
regex(/href=.*?Dropshelf-build-(\d+)\.zip/i)
|
||||
end
|
||||
|
||||
app "Dropshelf.app"
|
||||
end
|
||||
Reference in New Issue
Block a user