[arch-commits] Commit in fabric/trunk (PKGBUILD)
Massimiliano Torromeo
mtorromeo at archlinux.org
Thu Aug 8 09:29:11 UTC 2019
Date: Thursday, August 8, 2019 @ 09:29:11
Author: mtorromeo
Revision: 498334
upgpkg: fabric 2.5.0-1
Modified:
fabric/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-08 09:22:57 UTC (rev 498333)
+++ PKGBUILD 2019-08-08 09:29:11 UTC (rev 498334)
@@ -3,7 +3,7 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=fabric
-pkgver=2.4.0
+pkgver=2.5.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="https://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=('5da238fd0f76705177d9d026db154c73cea2c5341b9d68b539884bf520f488bbd7c025a0d48438cac3613f6ff587b1755444f61898ada7fbaf511adf0f1eebd4')
+sha512sums=('9fb3ceaeca449a39a5f78176b79f296927c17ef1938dc345d6c8954c9ed1547e288a68e5fbfb0be6148bc78940b4efed373257a3b7cba0354b3dad633ccb552f')
build() {
cd "${srcdir}"/fabric-${pkgver}
More information about the arch-commits
mailing list