summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2022-07-03 19:36:12 +0200
committerSanpi2022-07-03 19:36:12 +0200
commit6f975020820df201abd9a3e69eed1e0def7c5c73 (patch)
tree8a038a0267bfe373db9325e26b30f9c4c04d7f0f
parent21c8b79d3f8f4d739d02cfb1580ef877e237b2f6 (diff)
downloadaur-6f975020820df201abd9a3e69eed1e0def7c5c73.tar.gz
v0.0.23
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e591758bbf54..b74e288e6575 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rpcs3-bin
pkgdesc = Open-source Sony PlayStation 3 Emulator
- pkgver = 0.0.22
+ pkgver = 0.0.23
pkgrel = 3
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-799c4837d3d601c7e89d922afb499e6a1d0a7f83/rpcs3-v0.0.22-13535-799c4837_linux64.AppImage
- sha256sums = 038c67058300ba4ff293183fe2c4e5668ff6ed1ce6157010bd768f7c1883acf8
+ source = https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/build-969b9eb89dfd409cee5fa1279e730cbef8d5a5ba/rpcs3-v0.0.23-13833-969b9eb8_linux64.AppImage
+ sha256sums = 59978e501ab1a5303a2f352f6237a8b2d64478459ea0e3e350aa5180424afd22
pkgname = rpcs3-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4ec77798a1fc..b98268520760 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=rpcs3-bin
-pkgver=0.0.22
-_pkgbuild='13535-799c4837'
+pkgver=0.0.23
+_pkgbuild='13833-969b9eb8'
pkgrel=3
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-799c4837d3d601c7e89d922afb499e6a1d0a7f83"
+_latest_release="https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/build-969b9eb89dfd409cee5fa1279e730cbef8d5a5ba"
source=("${_latest_release}/rpcs3-v$pkgver-${_pkgbuild}_linux64.AppImage")
-sha256sums=('038c67058300ba4ff293183fe2c4e5668ff6ed1ce6157010bd768f7c1883acf8')
+sha256sums=('59978e501ab1a5303a2f352f6237a8b2d64478459ea0e3e350aa5180424afd22')
prepare()
{