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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Dec 14 12:03:55 UTC 2016


    Date: Wednesday, December 14, 2016 @ 12:03:55
  Author: svenstaro
Revision: 199396

Use sha512sums and HTTPS

Modified:
  postfixadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-14 12:02:34 UTC (rev 199395)
+++ PKGBUILD	2016-12-14 12:03:55 UTC (rev 199396)
@@ -12,8 +12,8 @@
 depends=('php')
 optdepends=('mariadb: MySQL server'
             'postgresql: PostgreSQL server')
-source=(http://downloads.sourceforge.net/project/postfixadmin/postfixadmin/postfixadmin-3.0/postfixadmin-3.0.tar.gz)
-md5sums=('9eade7ea5c5fd405d5843700d0e29c0b')
+source=("https://downloads.sourceforge.net/project/postfixadmin/postfixadmin/postfixadmin-${pkgver}/postfixadmin-${pkgver}.tar.gz")
+sha512sums=('3fa9b5fecafe4cebecac1f3d1e2a804121d30f2b0ca2d8eea1e5ce71de74d89dfdc212c51b39ad84ca6984cc96b91ec1e3bcdb96ee7e65b0b96d296b6081cb87')
 
 package() {
   _destdir=$pkgdir/usr/share/webapps/postfixAdmin



More information about the arch-commits mailing list