summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2022-09-01 10:25:25 +0200
committerSanpi2022-09-01 10:25:25 +0200
commit113a2084ae53559c3c289a785d511b0a30e76d9d (patch)
tree73919ea684f051483d40f4bdcde0bbd3eed1b982
parent9e78060c05c73dd39377568df41e5689bbd4d94d (diff)
downloadaur-113a2084ae53559c3c289a785d511b0a30e76d9d.tar.gz
v0.0.24
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c80cc805d238..6ec1f9621964 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rpcs3-bin
pkgdesc = Open-source Sony PlayStation 3 Emulator
- pkgver = 0.0.23
+ pkgver = 0.0.24
pkgrel = 4
url = https://rpcs3.net/
arch = x86_64
@@ -34,7 +34,7 @@ pkgbase = rpcs3-bin
conflicts = rpcs3
replaces = rpcs3
options = !strip
- source = https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/build-698c3415eaedf1a494d5eca20e41228d3ff29d68/rpcs3-v0.0.23-14088-698c3415_linux64.AppImage
- sha256sums = b28187dcf472bb8b2002f7c9714291a13c26cc730bd2789b98daeea0186c5596
+ source = https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/build-2cd7238e7696acf856946a3b77bc54b813c70e54/rpcs3-v0.0.24-14104-2cd7238e_linux64.AppImage
+ sha256sums = 26d0db0bcb536a4939ef682aa2ee5eb0b96c77ef902ef6f906b9c12ab4aa1538
pkgname = rpcs3-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2c5f9ad422e5..8d76032d7007 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=rpcs3-bin
-pkgver=0.0.23
-_pkgbuild='14088-698c3415'
+pkgver=0.0.24
+_pkgbuild='14104-2cd7238e'
pkgrel=4
pkgdesc='Open-source Sony PlayStation 3 Emulator'
arch=('x86_64')
@@ -39,9 +39,9 @@ replaces=('rpcs3')
provides=('rpcs3')
conflicts=('rpcs3')
# curl --silent --dump-header - https://github.com/RPCS3/rpcs3-binaries-linux/releases/latest | grep -i '^location: ' | sed 's#/tag/#/download/#'
-_latest_release="https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/build-698c3415eaedf1a494d5eca20e41228d3ff29d68"
+_latest_release="https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/build-2cd7238e7696acf856946a3b77bc54b813c70e54"
source=("${_latest_release}/rpcs3-v$pkgver-${_pkgbuild}_linux64.AppImage")
-sha256sums=('b28187dcf472bb8b2002f7c9714291a13c26cc730bd2789b98daeea0186c5596')
+sha256sums=('26d0db0bcb536a4939ef682aa2ee5eb0b96c77ef902ef6f906b9c12ab4aa1538')
prepare()
{