[arch-commits] Commit in fabric/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Fri Oct 3 15:17:14 UTC 2014
Date: Friday, October 3, 2014 @ 17:17:13
Author: svenstaro
Revision: 120108
upgpkg: fabric 1.10.0-1
upstream release 1.10
Modified:
fabric/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-10-03 15:17:06 UTC (rev 120107)
+++ PKGBUILD 2014-10-03 15:17:13 UTC (rev 120108)
@@ -2,7 +2,7 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=fabric
-pkgver=1.9.0
+pkgver=1.10.0
pkgrel=1
pkgdesc="Python library and command-line tool designed to streamline deploying applications or performing system administration tasks via the SSH protocol"
url="http://fabfile.org/"
@@ -10,7 +10,7 @@
arch=('any')
depends=('python2' 'pycrypto' 'python2-paramiko' 'python2-setuptools')
source=("http://pypi.python.org/packages/source/F/Fabric/Fabric-${pkgver}.tar.gz")
-md5sums=('093c62d8fb0c8c9d41f251408a06f939')
+md5sums=('2cb96473387f0e7aa035210892352f4a')
package() {
cd ${srcdir}/Fabric-${pkgver}
More information about the arch-commits
mailing list