flvmeta 1.2.0
Closes #3696. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
1bdca42c19
commit
c69652a612
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
class Flvmeta < Formula
|
||||
desc "Manipulate Adobe flash video files (FLV)"
|
||||
homepage "https://www.flvmeta.com/"
|
||||
url "https://github.com/noirotm/flvmeta/archive/v1.1.2.tar.gz"
|
||||
sha256 "ee98c61e08b997b96d9ca4ea20ee9cff2047d8875d09c743d97b1b1cc7b28d13"
|
||||
url "https://github.com/noirotm/flvmeta/archive/v1.2.0.tar.gz"
|
||||
sha256 "e0f51ba8c0f98a2f5f56243a242c10b40ac728d46026981877dc0b55b62966d2"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -19,6 +19,6 @@ class Flvmeta < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/flvmeta", "-V"
|
||||
system bin/"flvmeta", "-V"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue