Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 5CB35782C4A for <~alpine/aports@lists.alpinelinux.org>; Thu, 19 Sep 2019 00:32:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 39AFF28869 for <~alpine/aports@lists.alpinelinux.org>; Thu, 19 Sep 2019 02:32:55 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EBs_8QxQfZVr; Thu, 19 Sep 2019 02:32:53 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1568853173; bh=ypVEcu56PxptN44YZSkqFrZ1V74BQFyU00x0CMWEbs4=; h=From:To:Cc:Subject:Date; b=aLHHnngUmFhXlPjI+g+mGoNN9BbTZ6/qCEcBWcI1Brk48tr5DNWRP3dYcgTaT0Zfq L0b5+2JbeliXhPnj5SDfAxjHoJvWxSpB+fKhxSvMqhZDjRIydyvHsirXFM4Db8BAtZ QGD3Yb9jN17xFjv0VHvHnnVez6LRFJaC+n7w9riNXv1k9o4XWAMCd1+BneZF9Gknyt +AYCiSH1/MLSOOlG8wCB6kpNkfFHthmJUH7DYtmjAgrYncKPty59N8UJ1lsn2RU8sE ZHFWczKXAos1H1G5SaVMgUYZ18Dzv9r+K1QhJ9zC6ttQru028tYnQithOzB+H9GQgT Qt6rNChj4RvXw== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH 1/2] testing/libretro-core-info: upgrade to 1.7.8 Date: Thu, 19 Sep 2019 02:32:51 +0200 Message-Id: <20190919003252.31066-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/libretro-core-info/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/libretro-core-info/APKBUILD b/testing/libretro-core-info/APKBUILD index 4ba89699db..a3a587d09e 100644 --- a/testing/libretro-core-info/APKBUILD +++ b/testing/libretro-core-info/APKBUILD @@ -1,17 +1,17 @@ # Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=libretro-core-info -pkgver=1.7.7 -pkgrel=1 +pkgver=1.7.8 +pkgrel=0 arch="noarch" url="https://www.libretro.com/" pkgdesc="Libretro core info files" license="MIT" -source="$pkgname-$pkgver.tar.gz::https://github.com/libretro/$pkgname/archive/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/libretro/libretro-core-info/archive/v$pkgver.tar.gz" options="!check" # No code to test package() { DESTDIR="$pkgdir" make install } -sha512sums="14c4689592a8a3d1b59fdba4eb4a3fdfe8bcf7eb683bcdb04545d3c53b95f1fce97264188d7c55eb56b034b5be77819de313e7cca8d7d7b402f829fbf3626f0f libretro-core-info-1.7.7.tar.gz" +sha512sums="2e84893542e62290f196cd2fd3627a8c83f2f64e33d1fd638e8815083226fa67edaf7eebfd3d90283bc3dd990adc019cbdf4f6acb23dbdda41c5398cb9665d67 libretro-core-info-1.7.8.tar.gz" -- 2.21.0