gifski 1.5.0

Closes #82961.

Signed-off-by: Michael Cho <20700669+cho-m@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Sam Ford 2021-08-08 15:45:16 -04:00 committed by BrewTestBot
parent 2f548af5d1
commit 215bae1465
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
class Gifski < Formula
desc "Highest-quality GIF encoder based on pngquant"
homepage "https://gif.ski/"
url "https://github.com/ImageOptim/gifski/archive/1.2.6.tar.gz"
sha256 "60af3329dfb8e86626e3251f57e13b4cfc0db79c4324ffbdbae3a9d7462cd1ed"
url "https://github.com/ImageOptim/gifski/archive/1.5.0.tar.gz"
sha256 "a55b285410c1558a5b6489b01d8dea1e28206220d383e6a2aa710378dfdc182c"
license "AGPL-3.0-only"
bottle do
@ -17,7 +17,7 @@ class Gifski < Formula
depends_on "ffmpeg"
def install
system "cargo", "install", "--features=video", *std_cargo_args
system "cargo", "install", "--features", "video", *std_cargo_args
end
test do