summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Carnaghi2023-02-22 16:47:43 +0100
committerMichele Carnaghi2023-02-22 16:47:43 +0100
commit14d404a1058fbf69affcec394678e03f1af156f3 (patch)
tree606b8347d2602df9e7ce69cbe75cdd3ba0fb510c
parent75a1562192bb65473e6cc8c8affecc1f9cc75f39 (diff)
downloadaur-14d404a1058fbf69affcec394678e03f1af156f3.tar.gz
updated to tag 1.61.0.38 Nexus
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8649bc1bcaa8..292f372b1216 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.36
+ pkgver = 1.61.0.38
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.36.tar.gz::https://github.com/kodi-game/game.libretro.snes9x/archive/1.61.0.36-Matrix.tar.gz
- sha512sums = b95d2bd775b10493ad386bd18cb009d9404f31211aae99282c7b9289eddd521f8111d910b466a119da67ccc49f3efacf2a4b25d8ee5890d48a4b8277be5fb0be
+ source = kodi-addon-game-libretro-snes9x-1.61.0.38.tar.gz::https://github.com/kodi-game/game.libretro.snes9x/archive/1.61.0.38-Nexus.tar.gz
+ sha512sums = 08d0f22e6caf9d9a883b22a14f91fa07790a4d477265fcc20d945d8c21398b6e08a9fe6dcd625ca463e86f063b48c7814eeb71e7199e7f096d84424a29a56891
pkgname = kodi-addon-game-libretro-snes9x
depends = kodi-addon-game-libretro
diff --git a/PKGBUILD b/PKGBUILD
index f75c6691cdb0..a429f5eeaa79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: BlackEagle <ike DOT devolder AT gmail DOT com>
pkgname=kodi-addon-game-libretro-snes9x
-pkgver=1.61.0.36
-_codename=Matrix
+pkgver=1.61.0.38
+_codename=Nexus
pkgrel=1
pkgdesc="This add-on provides a wrapper that allows Libretro cores to be loaded as game add-ons"
arch=('x86_64' 'aarch64' 'armv7h')
@@ -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=('b95d2bd775b10493ad386bd18cb009d9404f31211aae99282c7b9289eddd521f8111d910b466a119da67ccc49f3efacf2a4b25d8ee5890d48a4b8277be5fb0be')
+sha512sums=('08d0f22e6caf9d9a883b22a14f91fa07790a4d477265fcc20d945d8c21398b6e08a9fe6dcd625ca463e86f063b48c7814eeb71e7199e7f096d84424a29a56891')
build() {
cd "game.libretro.snes9x-$pkgver-$_codename"