From aa7eccfb5f7947bba712c7daa8c13f563be8df71 Mon Sep 17 00:00:00 2001 From: Anjishnu Banerjee Date: Sat, 10 Jan 2026 10:56:18 +0530 Subject: [PATCH] version bump --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 16924527ea9c..cf57ebd26811 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = starpsx-bin pkgdesc = A WIP PlayStation 1 emulator written in Rust - pkgver = 0.3.0 + pkgver = 0.3.5 pkgrel = 1 url = https://github.com/kaezrr/starpsx arch = x86_64 license = GPL-3.0-or-later provides = starpsx - source = https://github.com/kaezrr/starpsx/releases/download/v0.3.0/starpsx-linux-x86_64.zip - sha256sums = 29e191cedf62e0322b798413629edb2e269e500fcb1576d2b66f59d4b94e1cc9 + source = https://github.com/kaezrr/starpsx/releases/download/v0.3.5/starpsx-linux-x86_64.zip + sha256sums = c5e0d2ebfffb9405059011267ab33e5be4f7a4e357fa4ae06ade84168eec0aef pkgname = starpsx-bin diff --git a/PKGBUILD b/PKGBUILD index 34931e29f93a..da33e7bfd5f1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Kaezr pkgname=starpsx-bin -pkgver=0.3.0 +pkgver=0.3.5 pkgrel=1 pkgdesc="A WIP PlayStation 1 emulator written in Rust" arch=('x86_64') @@ -9,7 +9,7 @@ license=('GPL-3.0-or-later') provides=('starpsx') source=("https://github.com/kaezrr/starpsx/releases/download/v${pkgver}/starpsx-linux-x86_64.zip") -sha256sums=('29e191cedf62e0322b798413629edb2e269e500fcb1576d2b66f59d4b94e1cc9') +sha256sums=('c5e0d2ebfffb9405059011267ab33e5be4f7a4e357fa4ae06ade84168eec0aef') package() { cd "${srcdir}/starpsx-linux-x86_64"