Browse Source

Update gifgen to 1.1.0

master
Luke Childs 8 years ago
parent
commit
32532a8e83
  1. 6
      gifgen.rb

6
gifgen.rb

@ -1,9 +1,9 @@
class Gifgen < Formula class Gifgen < Formula
desc "Simple high quality GIF encoding" desc "Simple high quality GIF encoding"
homepage "https://github.com/lukechilds/gifgen" homepage "https://github.com/lukechilds/gifgen"
url "https://github.com/lukechilds/gifgen/archive/1.0.1.zip" url "https://github.com/lukechilds/gifgen/archive/1.1.0.zip"
version "1.0.1" version "1.1.0"
sha256 "958b9a50edbbcd310114a1e997a49c8a819b242e83e89a1cec93bb50e032017c" sha256 "29c8694b7a639fa0f75f6825d91149229217e54f80286666f5c03369f7c4f102"
depends_on "ffmpeg" depends_on "ffmpeg"

Loading…
Cancel
Save