[arch-commits] Commit in fabric/trunk (PKGBUILD)
Massimiliano Torromeo
mtorromeo at archlinux.org
Sun Sep 16 21:18:52 UTC 2018
Date: Sunday, September 16, 2018 @ 21:18:52
Author: mtorromeo
Revision: 382239
upgpkg: fabric 2.4.0-1
Modified:
fabric/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-16 21:17:51 UTC (rev 382238)
+++ PKGBUILD 2018-09-16 21:18:52 UTC (rev 382239)
@@ -3,7 +3,7 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=fabric
-pkgver=2.3.1
+pkgver=2.4.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://www.fabfile.org/"
@@ -12,7 +12,7 @@
depends=('python-setuptools' 'python-paramiko' 'python-invoke')
optdepends=('python-patchwork: Common deployment/sysadmin operations')
source=("https://github.com/fabric/fabric/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('52d1cf5b0f4d34596e89e3a66d2c9b3608cd2ef21182a96cf181499dc9b9a3a59fb08d52a5683de775cd4022179d4029896ace31dae32ff87cd8e0cb932fc60e')
+sha512sums=('5da238fd0f76705177d9d026db154c73cea2c5341b9d68b539884bf520f488bbd7c025a0d48438cac3613f6ff587b1755444f61898ada7fbaf511adf0f1eebd4')
build() {
cd "${srcdir}"/fabric-${pkgver}
More information about the arch-commits
mailing list