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

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


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

Use sha512sums and HTTPS

Modified:
  sdl2_net/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-14 12:14:48 UTC (rev 283222)
+++ PKGBUILD	2016-12-14 12:14:55 UTC (rev 283223)
@@ -10,8 +10,8 @@
 url="http://www.libsdl.org/projects/SDL_net"
 license=('MIT')
 depends=(sdl2)
-source=("$url/release/SDL2_net-${pkgver}.tar.gz")
-md5sums=('5c1d9d1cfa63301b141cb5c0de2ea7c4')
+source=("https://www.libsdl.org/projects/SDL_net/release/SDL2_net-${pkgver}.tar.gz")
+sha512sums=('d27faee3cddc3592dae38947e6c1df0cbaa95f82fde9c87db6d11f6312d868cea74f6830ad07ceeb3d0d75e9424cebf39e54fddf9a1147e8d9e664609de92b7a')
 
 build() {
   cd "${srcdir}/SDL2_net-${pkgver}/"



More information about the arch-commits mailing list