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

Antonio Rojas arojas at archlinux.org
Fri Apr 26 22:34:43 UTC 2019


    Date: Friday, April 26, 2019 @ 22:34:43
  Author: arojas
Revision: 454397

https

Modified:
  vorbisgain/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-26 22:34:36 UTC (rev 454396)
+++ PKGBUILD	2019-04-26 22:34:43 UTC (rev 454397)
@@ -5,10 +5,10 @@
 pkgrel=5
 pkgdesc="A utility that computes the ReplayGain values for Ogg Vorbis files."
 arch=('x86_64')
-url="http://sjeng.org/vorbisgain.html"
+url="https://sjeng.org/vorbisgain.html"
 license=('GPL')
 depends=('libvorbis')
-source=(http://sjeng.org/ftp/vorbis/${pkgname}-${pkgver}.tar.gz)
+source=(https://sjeng.org/ftp/vorbis/${pkgname}-${pkgver}.tar.gz)
 sha512sums=('67181834e1a0d7c6e1ccd984e2d30ebf1dcdff84caa77f75e5e771de8414904810e966a43852b7184e075d2428fd8b431124835efc370ce6504b8b2756746e04')
 
 build() {



More information about the arch-commits mailing list