diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-09-19 02:32:51 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-19 10:36:40 -0300 |
commit | 8cb42dcad784d8c420648f8cfc53b0c9acef8e44 (patch) | |
tree | 095b94bef2d6646772ed6332e78631d6e606b98f /testing/libretro-core-info | |
parent | 751ce4c319d57182ccd08206b9ae73056db6e15a (diff) | |
download | aports-8cb42dcad784d8c420648f8cfc53b0c9acef8e44.tar.bz2 aports-8cb42dcad784d8c420648f8cfc53b0c9acef8e44.tar.xz |
testing/libretro-core-info: upgrade to 1.7.8
Diffstat (limited to 'testing/libretro-core-info')
-rw-r--r-- | testing/libretro-core-info/APKBUILD | 8 |
1 files 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 <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> 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" |