[arch-commits] Commit in qpid-proton/trunk (PKGBUILD)

Nicola Squartini tensor5 at archlinux.org
Wed Aug 7 17:20:47 UTC 2019


    Date: Wednesday, August 7, 2019 @ 17:20:47
  Author: tensor5
Revision: 498162

upgpkg: qpid-proton 0.28.0-2

Use HTTPS instead of HTTP.

Modified:
  qpid-proton/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-07 17:19:52 UTC (rev 498161)
+++ PKGBUILD	2019-08-07 17:20:47 UTC (rev 498162)
@@ -2,13 +2,13 @@
 
 pkgname=(qpid-proton python2-qpid-proton)
 pkgver=0.28.0
-pkgrel=1
+pkgrel=2
 pkgdesc='High-performance, lightweight messaging library'
 arch=('x86_64')
 url='https://qpid.apache.org/proton'
 license=('Apache')
 makedepends=('cmake' 'doxygen' 'python' 'python2' 'swig')
-source=("http://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz")
+source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz")
 sha512sums=('98c82db9a13543f81ccf0b5d6e4d2f18cb8446016969f3582fb7a50604a189b27c124eb9899887ba10405cce5d9ccb65fa385d57c60a511e5e067b77d74a3fa1')
 
 build() {



More information about the arch-commits mailing list