From 3dd5972fc41b1ddc7f08a0f065da7c38c7ee9ff9 Mon Sep 17 00:00:00 2001 From: Anjishnu Banerjee Date: Fri, 6 Feb 2026 21:37:40 +0530 Subject: [PATCH] Version bump --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a1eac591c07c..7d0b89a7fa14 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = starpsx-bin pkgdesc = A WIP PlayStation 1 emulator written in Rust - pkgver = 0.5.2 + pkgver = 0.6.0 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.5.2/starpsx-linux-x86_64.zip - sha256sums = 80ed88052c9fd525f03301ec08573732a2a01710bc8e869a8cd37e6f8d120002 + source = https://github.com/kaezrr/starpsx/releases/download/v0.6.0/starpsx-linux-x86_64.zip + sha256sums = 5254076c937ed11f1dac5504b678476f6c736db21786841221a413948fad2ae5 pkgname = starpsx-bin diff --git a/PKGBUILD b/PKGBUILD index 6b898b50528a..3d1c4f48aafc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Kaezr pkgname=starpsx-bin -pkgver=0.5.2 +pkgver=0.6.0 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=('80ed88052c9fd525f03301ec08573732a2a01710bc8e869a8cd37e6f8d120002') +sha256sums=('5254076c937ed11f1dac5504b678476f6c736db21786841221a413948fad2ae5') package() { cd "${srcdir}/starpsx-linux-x86_64"