Files
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

17 lines
360 B
Ruby

cask "gulp" do
version "0.1.0"
sha256 "59fed5d8c801c9302debf463f2d274404548e23433c965144e69a0b4a2e23851"
url "https://github.com/sindresorhus/gulp-app/releases/download/#{version}/gulp.app.zip"
name "gulp-app"
homepage "https://github.com/sindresorhus/gulp-app"
app "gulp.app"
# No zap stanza required
caveats do
discontinued
end
end