Skip to content

Instantly share code, notes, and snippets.

View wipxj3's full-sized avatar
:octocat:
Planning

Vladimir Pintea wipxj3

:octocat:
Planning
View GitHub Profile

Keybase proof

I hereby claim:

  • I am wipxj3 on github.
  • I am wipxj3 (https://keybase.io/wipxj3) on keybase.
  • I have a public key ASDtQhv_EFOR0WDWIGCiKV_u8Icu8ZzZ9qJbPwAMUvbwGAo

To claim this, I am signing this object:

@wipxj3
wipxj3 / imagemagick.rb
Last active October 2, 2017 09:08
imagemagick.rb
require 'formula'
class Imagemagick < Formula
homepage 'https://legacy.imagemagick.org'
url 'https://legacy.imagemagick.org/download/releases/ImageMagick-6.9.7-10.tar.xz'
sha256 '0bfb2e3459b739669845c20ee1b6014a1a3c429fb0cb9777a8b65cd5c3effb09'
head 'https://github.com/ImageMagick/ImageMagick/tree/ImageMagick-6',
:using => UnsafeSubversionDownloadStrategy
@wipxj3
wipxj3 / ImageMagick 6.7.7-10 Homebrew Formula.md
Last active December 14, 2015 15:08 — forked from rochoa/ImageMagick 6.7.7-10 Homebrew Formula.md
Homebrew Formula for ImageMagick 6.7.7-10

Homebrew Formula patching old ImageMagick release 6.7.7-10

Install

$ brew install https://gist.githubusercontent.com/rochoa/10017167/raw/f4f09fd9f9441513d06092c881e10935735881e2/imagemagick.rb

Tested

@wipxj3
wipxj3 / imagemagick.rb
Last active May 30, 2017 10:54
imagemagick.rb
require "formula"
class Imagemagick < Formula
homepage "http://www.imagemagick.org"
url "http://www.imagemagick.org/download/releases/ImageMagick-6.8.9-10.tar.xz"
sha256 "cac5dda165ab603a2f56110daf41811233d93c6fdd84e94a8430e057041d8e68"
head "https://www.imagemagick.org/subversion/ImageMagick/trunk",
:using => UnsafeSubversionDownloadStrategy