l-smash 2.9.1
L-SMASH 2.9.1 Closes Homebrew/homebrew#42720. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
6eb66d1f3e
commit
65e0440dd1
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
class LSmash < Formula
|
||||
desc "Tool for working with MP4 files"
|
||||
homepage "https://l-smash.github.io/l-smash/"
|
||||
url "https://github.com/l-smash/l-smash.git", :tag => "v1.13.2", :shallow => false
|
||||
url "https://github.com/l-smash/l-smash.git", :shallow => false,
|
||||
:tag => "v2.9.1",
|
||||
:revision => "4cea08d264933634db5bc06da9d8d88fb5ddae07"
|
||||
head "https://github.com/l-smash/l-smash.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue