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

Felix Yan felixonmars at archlinux.org
Mon Sep 17 21:22:20 UTC 2018


    Date: Monday, September 17, 2018 @ 21:22:20
  Author: felixonmars
Revision: 334799

use https source

Modified:
  libshout/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-17 21:11:56 UTC (rev 334798)
+++ PKGBUILD	2018-09-17 21:22:20 UTC (rev 334799)
@@ -3,8 +3,8 @@
 # Contributor: Jason Chu <jchu at xentac.net>
 
 pkgname=libshout
-pkgver=2.4.1
-pkgrel=3
+pkgver=2.4.3
+pkgrel=1
 epoch=1
 pkgdesc="Library for accessing a shoutcast/icecast server"
 arch=('x86_64')
@@ -12,8 +12,8 @@
 url="https://www.icecast.org/"
 options=('!emptydirs')
 license=('LGPL')
-source=("http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('89cebf8cb0197f639cde69c95177fe47')
+source=("https://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('89cebf8cb0197f639cde69c95177fe47')
 
 prepare() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list