Skip to content

Instantly share code, notes, and snippets.

@fernandocarletti
Created March 1, 2015 03:08
Show Gist options
  • Save fernandocarletti/1429b6cc2004e5448823 to your computer and use it in GitHub Desktop.
Save fernandocarletti/1429b6cc2004e5448823 to your computer and use it in GitHub Desktop.
Homebrew phpdbg 0.4.0
diff --git a/Abstract/abstract-php-version.rb b/Abstract/abstract-php-version.rb
index d3dc9a1..48ce484 100644
--- a/Abstract/abstract-php-version.rb
+++ b/Abstract/abstract-php-version.rb
@@ -1,10 +1,10 @@
class AbstractPhpVersion < Formula
module PhpdbgDefs
- PHPDBG_SRC_TARBAL = 'https://github.com/krakjoe/phpdbg/archive/v0.3.2.tar.gz'
+ PHPDBG_SRC_TARBAL = 'https://github.com/krakjoe/phpdbg/archive/v0.4.0.tar.gz'
PHPDBG_CHECKSUM = {
- :md5 => '84255abff00fb31e338d03564c3cc4e4',
- :sha1 => 'c57174ab235ec69997e1a37e6d2afe3e4edfb749',
- :sha256 => 'feab6e29ef9a490aa53332fe014e8026d89d970acc5105f37330b2f31e711bbd',
+ :md5 => '1f713209f7d6d477600c7e8f91573958',
+ :sha1 => '63dd3cf2423360f3b3131f1918f7c55cf53d5edd',
+ :sha256 => '60c023e31002d09f062eb053fc249398ac2df0dbb6f88d1d0de42e6f13868747',
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment