summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Carnaghi2023-04-23 20:05:47 +0200
committerMichele Carnaghi2023-04-23 20:05:47 +0200
commitc6fdf08268bf8ebf897aef4d4833c9eaf5de885a (patch)
tree8b209f1f54d8fb5a50eef99c5bb2f3354910a189
parent2477379b617a98844cf0cc3c62207eba8cc62044 (diff)
downloadaur-c6fdf08268bf8ebf897aef4d4833c9eaf5de885a.tar.gz
updated to 1.62.3.42 Nexus
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f918793910b0..76ff56c1b131 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-game-libretro-snes9x
pkgdesc = This add-on provides a wrapper that allows Libretro cores to be loaded as game add-ons
- pkgver = 1.61.0.41
+ pkgver = 1.62.3.42
pkgrel = 1
url = https://github.com/kodi-game/game.libretro.snes9x
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = kodi-addon-game-libretro-snes9x
makedepends = libretro-snes9x
options = !lto
options = debug
- source = kodi-addon-game-libretro-snes9x-1.61.0.41.tar.gz::https://github.com/kodi-game/game.libretro.snes9x/archive/1.61.0.41-Nexus.tar.gz
- sha512sums = 64795c5394ff024eb03cb873943743a6f83484753d431839653c24ff9bb7e85486b852ed5d965b9cb4ee8833953d9d0d9629414ad984a401402c077069273356
+ source = kodi-addon-game-libretro-snes9x-1.62.3.42.tar.gz::https://github.com/kodi-game/game.libretro.snes9x/archive/1.62.3.42-Nexus.tar.gz
+ sha512sums = f4787c929675dc7782ac2b5147c722fdce30fb6130e7ec94e7c3730b901577211e04db500541ee648d891c48034fa991497caea021347e28448af35d5ab34c8e
pkgname = kodi-addon-game-libretro-snes9x
depends = kodi-addon-game-libretro
diff --git a/PKGBUILD b/PKGBUILD
index c97823c5addd..e3da01414477 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: BlackEagle <ike DOT devolder AT gmail DOT com>
pkgname=kodi-addon-game-libretro-snes9x
-pkgver=1.61.0.41
+pkgver=1.62.3.42
_codename=Nexus
pkgrel=1
pkgdesc="This add-on provides a wrapper that allows Libretro cores to be loaded as game add-ons"
@@ -13,7 +13,7 @@ groups=('kodi-addons' 'kodi-addons-game')
makedepends=('cmake' 'kodi-dev' 'kodi-addon-game-libretro' 'libretro-snes9x')
options=(!lto debug)
source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.snes9x/archive/$pkgver-$_codename.tar.gz")
-sha512sums=('64795c5394ff024eb03cb873943743a6f83484753d431839653c24ff9bb7e85486b852ed5d965b9cb4ee8833953d9d0d9629414ad984a401402c077069273356')
+sha512sums=('f4787c929675dc7782ac2b5147c722fdce30fb6130e7ec94e7c3730b901577211e04db500541ee648d891c48034fa991497caea021347e28448af35d5ab34c8e')
build() {
cd "game.libretro.snes9x-$pkgver-$_codename"