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

Lukas Fleischer lfleischer at archlinux.org
Sun Feb 7 11:20:59 UTC 2016


    Date: Sunday, February 7, 2016 @ 12:20:58
  Author: lfleischer
Revision: 160524

upgpkg: stunnel 5.30-1

* Upstream update.
* Use HTTPs for the upstream URL.

Modified:
  stunnel/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-07 10:48:25 UTC (rev 160523)
+++ PKGBUILD	2016-02-07 11:20:58 UTC (rev 160524)
@@ -4,11 +4,11 @@
 # Contributor: Kevin Piche <kevin at archlinux.org>
 
 pkgname=stunnel
-pkgver=5.29
+pkgver=5.30
 pkgrel=1
 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL"
 arch=('i686' 'x86_64')
-url="http://www.stunnel.org"
+url="https://www.stunnel.org/"
 license=('GPL')
 depends=('openssl')
 install=$pkgname.install
@@ -15,7 +15,7 @@
 source=("https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz"{,.asc}
         'Makefile.patch'
         'stunnel.tmpfiles.conf')
-md5sums=('bf4c13ea9705156adbd04f1d766093ea'
+md5sums=('7bbf27296a83c0b752f6bb6d1b750b19'
          'SKIP'
          '579f198ecb90a42fcbfd8a4e48006264'
          '2e065a39998e57727ee79887bbd1751e')



More information about the arch-commits mailing list