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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Dec 14 11:51:29 UTC 2016


    Date: Wednesday, December 14, 2016 @ 11:51:29
  Author: svenstaro
Revision: 199389

Use sha512sums and HTTPS

Modified:
  dfc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-14 11:50:19 UTC (rev 199388)
+++ PKGBUILD	2016-12-14 11:51:29 UTC (rev 199389)
@@ -11,9 +11,9 @@
 depends=('glibc')
 makedepends=('cmake' 'gettext')
 conflicts=('dfc-git')
-source=(http://projects.gw-computing.net/attachments/download/467/${pkgname}-${pkgver}.tar.gz)
+source=("https://projects.gw-computing.net/attachments/download/467/${pkgname}-${pkgver}.tar.gz")
 install='dfc.install'
-md5sums=('3e6443c54966751f5e9fdaca33d873d1')
+sha512sums=('f828ede8aee0a496518d1ee9583ba71495cdd01ee0d22833e3b46aeb5f5f870ce7de629923d129a7bf795b458feec10f9a16882134dae34dd2ace7ea9eebb134')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list