[arch-commits] Commit in fabric/trunk (PKGBUILD)
Massimiliano Torromeo
mtorromeo at archlinux.org
Thu Aug 9 08:18:21 UTC 2018
Date: Thursday, August 9, 2018 @ 08:18:21
Author: mtorromeo
Revision: 370495
upgpkg: fabric 2.3.1-1
Modified:
fabric/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-09 08:14:05 UTC (rev 370494)
+++ PKGBUILD 2018-08-09 08:18:21 UTC (rev 370495)
@@ -4,8 +4,8 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=fabric
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.3.1
+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/"
license=('BSD')
@@ -13,7 +13,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=('845615bc9a63d7c324ce36011e09b761642b0a8b612a4dee276118caed925b8cf1064eb0fc6a9c33e5ee68a8550517219b433bcab70f9b5f708aaa68cb8ad892')
+sha512sums=('52d1cf5b0f4d34596e89e3a66d2c9b3608cd2ef21182a96cf181499dc9b9a3a59fb08d52a5683de775cd4022179d4029896ace31dae32ff87cd8e0cb932fc60e')
build() {
cd "${srcdir}"/fabric-${pkgver}
More information about the arch-commits
mailing list