[READ-ONLY] Mirror of https://github.com/probablykasper/homebrew-tap. My Homebrew casks and formulas
homebrew
0

Configure Feed

Select the types of activity you want to include in your feed.

Put version in it's own field

Kasper (Apr 29, 2019, 2:21 PM +0200) af180f10 09e68d22

+2 -1
+2 -1
Formula/to.rb
··· 1 1 class To < Formula 2 2 desc "Pretty simple bash script that converts audio, video and image files using FFmpeg and ImageMagick" 3 3 homepage "https://github.com/spectralkh/to" 4 - url "https://github.com/SpectralKH/to/raw/master/dist/to-1.1.0.tar.gz" 4 + version "1.1.0" 5 + url "https://github.com/SpectralKH/to/raw/master/dist/to-#{version}.tar.gz" 5 6 sha256 "c16561829dda8ebfe8423ecf7f900ccdc97535b09a2d6e311782c2198c643009" 6 7 7 8 depends_on "ffmpeg" => :recommended