diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-04 21:45:09 +0000 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-09-08 14:29:48 +0200 |
commit | 014caf3eb47343cb4c77a1a4820b2ed4efa6c356 (patch) | |
tree | 86a068f251d7d8f8d9f94f8d4536f44591d2e2f1 /testing/py-apache-libcloud | |
parent | 6ff18d511f62f8afe8a1f9e6f00dd6ebef1834fa (diff) | |
download | aports-014caf3eb47343cb4c77a1a4820b2ed4efa6c356.tar.bz2 aports-014caf3eb47343cb4c77a1a4820b2ed4efa6c356.tar.xz |
testing/py-apache-libcloud: upgrade to 0.13.0
Diffstat (limited to 'testing/py-apache-libcloud')
-rw-r--r-- | testing/py-apache-libcloud/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/py-apache-libcloud/APKBUILD b/testing/py-apache-libcloud/APKBUILD index f24d67dca8..954a196c18 100644 --- a/testing/py-apache-libcloud/APKBUILD +++ b/testing/py-apache-libcloud/APKBUILD @@ -2,18 +2,18 @@ # Maintainer: pkgname=py-apache-libcloud _pkgname=apache-libcloud -pkgver=0.12.1 +pkgver=0.13.0 pkgrel=0 pkgdesc="A Python library that abstracts away differences among multiple cloud provider APIs" url="https://libcloud.apache.org" arch="noarch" -license="Apache2" +license="ASL 2.0" depends="" depends_dev="" makedepends="python-dev py-setuptools" install="" subpackages="" -source="http://www.mirrorservice.org/sites/ftp.apache.org/libcloud/$_pkgname-$pkgver.tar.bz2" +source="http://www.apache.org/dist/libcloud/$_pkgname-$pkgver.tar.bz2" _builddir="$srcdir"/$_pkgname-$pkgver build() { @@ -26,6 +26,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="293bcae58ed98e354756ef2166b5d281 apache-libcloud-0.12.1.tar.bz2" -sha256sums="26cc9e13d627a58c78894e6982125ffb8418b94ab5854694e4c2f844bf1a2ca3 apache-libcloud-0.12.1.tar.bz2" -sha512sums="fcb0555bf078bf3cf548d7903f8dc7d2d49b9aa08e00c36ccb3e1da710e3f3a1885a5db7612ceaeb658e1b126214342c0fde678b90e7052490ff0412e360d024 apache-libcloud-0.12.1.tar.bz2" +md5sums="b493c24fecc4e9ad86322d021cb3fbfd apache-libcloud-0.13.0.tar.bz2" +sha256sums="e26ee90d81ed996112bfe744a0d3f33a07bcf98dd41ec01f129e1682de1ddac5 apache-libcloud-0.13.0.tar.bz2" +sha512sums="b82176cfb54cb6a83e2096e92ef2bbc2e094df36fdd7d107b43ce46382629537b1fdab4fca6f8f451df8566052553bfaa1301e0256a19f12dae2c709f84429a4 apache-libcloud-0.13.0.tar.bz2" |