Skip to content

Commit

Permalink
ext-redis/2.2.7 (repackage only)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Dec 10, 2015
1 parent 553be36 commit ac4d656
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-5.5.30

VERSION=2.2.7

source $(dirname $0)/redis
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
# Build Path: /app/.heroku/php/
# Build Deps: php-5.6.16

source $(dirname $0)/../no-debug-non-zts-20121212/$(basename $0)
VERSION=2.2.7

source $(dirname $0)/../no-debug-non-zts-20121212/redis

0 comments on commit ac4d656

Please sign in to comment.