Use codeload URL for snuffleupagus

pull/125/head
Michele Locati 2020-02-27 23:41:21 +01:00
parent a1ea13ff04
commit d4a9ef7b68
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 1 additions and 1 deletions

View File

@ -1434,7 +1434,7 @@ for PHP_MODULE_TO_INSTALL in $PHP_MODULES_TO_INSTALL; do
MODULE_SOURCE_CFLAGS='-O2 -g'
;;
snuffleupagus)
MODULE_SOURCE="https://github.com/jvoisin/snuffleupagus/archive/v0.5.0.tar.gz"
MODULE_SOURCE="https://codeload.github.com/jvoisin/snuffleupagus/tar.gz/v0.5.0"
MODULE_SOURCE_CONFIGOPTIONS=--enable-snuffleupagus
;;
esac