From 9eaeb4a8edada88b241af6c20a2e9ecb81c3de8f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 17 Oct 2012 21:48:43 +0300 Subject: [PATCH] - add Symfony2 PEAR channel; version 1.3.9 --- channel-symfony2.xml | 16 ++++++++++++++++ php-pear.spec | 4 ++-- update-channels.sh | 1 + 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 channel-symfony2.xml diff --git a/channel-symfony2.xml b/channel-symfony2.xml new file mode 100644 index 0000000..dfc7573 --- /dev/null +++ b/channel-symfony2.xml @@ -0,0 +1,16 @@ + + + pear.symfony.com + Symfony2 PEAR channel + symfony2 + + + + http://pear.symfony.com/rest/ + http://pear.symfony.com/rest/ + http://pear.symfony.com/rest/ + http://pear.symfony.com/rest/ + + + + \ No newline at end of file diff --git a/php-pear.spec b/php-pear.spec index e053e46..de5b9c5 100644 --- a/php-pear.spec +++ b/php-pear.spec @@ -1,8 +1,8 @@ Summary: PEAR - PHP Extension and Application Repository Summary(pl.UTF-8): PEAR - rozszerzenie PHP i repozytorium aplikacji Name: php-pear -Version: 1.3.8 -Release: 3 +Version: 1.3.9 +Release: 1 Epoch: 4 License: Public Domain Group: Development/Languages/PHP diff --git a/update-channels.sh b/update-channels.sh index 90712a9..7b54628 100755 --- a/update-channels.sh +++ b/update-channels.sh @@ -13,6 +13,7 @@ channels=" pear.propelorm.org pear.roundcube.net pear.symfony-project.com + pear.symfony.com phpseclib.sourceforge.net " for channel in $channels; do -- 2.44.0