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

Jan de Groot jgc at archlinux.org
Sat Feb 18 13:19:09 UTC 2017


    Date: Saturday, February 18, 2017 @ 13:19:08
  Author: jgc
Revision: 289191

upgpkg: uhttpmock 0.5.0-2

Use HTTPS for sources, switch to sha256

Modified:
  uhttpmock/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-18 13:15:20 UTC (rev 289190)
+++ PKGBUILD	2017-02-18 13:19:08 UTC (rev 289191)
@@ -3,14 +3,14 @@
 
 pkgname=uhttpmock
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP web service mocking project for projects which use libsoup"
-url="https://gitorious.org/uhttpmock/pages/Home"
+url="https://gitlab.com/uhttpmock/uhttpmock"
 depends=('glib2' 'libsoup')
 license=('LGPL2.1')
 arch=(i686 x86_64)
-source=(http://tecnocode.co.uk/downloads/uhttpmock/$pkgname-$pkgver.tar.xz)
-md5sums=('ebc54cbbe9b6695282a179af223fe374')
+source=(https://tecnocode.co.uk/downloads/uhttpmock/$pkgname-$pkgver.tar.xz)
+sha256sums=('26da182a2db2579c5ba4dad9096d52099e0766228c295cfbaed6de4046f7d16e')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list