From 1570eb15c10da81c629f0fdeb8b7f121e5239998 Mon Sep 17 00:00:00 2001 From: a821 Date: Sun, 30 Jan 2022 16:17:05 +0100 Subject: [PATCH] Version 0.901 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 05e84fa79bb..ad25aaab4d5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = yuzu-mainline-bin pkgdesc = Nintendo Switch emulator - mainline branch - pkgver = 0.900 + pkgver = 0.901 pkgrel = 1 url = https://github.com/yuzu-emu/yuzu-mainline arch = x86_64 @@ -15,10 +15,10 @@ pkgbase = yuzu-mainline-bin conflicts = yuzu-git conflicts = yuzu-canary-git conflicts = yuzu-mainline-git - source = https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-900/yuzu-linux-20220129-c7797e6d5.tar.xz + source = https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-901/yuzu-linux-20220130-93636449e.tar.xz source = yuzu.svg source = yuzu.desktop - sha512sums = 0e17f20fbfff53eddabc5ccc01bcd77179e26fc69815a7ab45d710ed8590615885deb40db90592a12826e4b6049ba05af2868a8e963ae403e1273cde7b4f0ced + sha512sums = 8047ba3f84ee35e739a6f833326e29fd9c230f6aeede805af81e8084fe81f24b58ae768fdad2ce305ffca2f932df038cd4676866c98f17a6cfcd83750d372a6f sha512sums = 8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3 sha512sums = 5cb469f178e0a22f249240f8ce26027ba87ebf8b57fd584917c35eb51860a1bc49090d6abaa5d5dc1dded13f78236f15f28cd0e2697f9e509286cb573e1a20c2 diff --git a/PKGBUILD b/PKGBUILD index a91614398f9..991808c4129 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Contributor: Linux Gamers -_version=20220129-c7797e6d5 +_version=20220130-93636449e pkgname=yuzu-mainline-bin provides=('yuzu' 'yuzu-cmd') conflicts=('yuzu' 'yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git') -pkgver=0.900 +pkgver=0.901 pkgrel=1 pkgdesc="Nintendo Switch emulator - mainline branch" arch=('x86_64') @@ -15,7 +15,7 @@ source=("${url}/releases/download/mainline-${pkgver/./-}/yuzu-linux-${_version}. # icon and desktop from upstream not included in sources "yuzu.svg" "yuzu.desktop") -sha512sums=('0e17f20fbfff53eddabc5ccc01bcd77179e26fc69815a7ab45d710ed8590615885deb40db90592a12826e4b6049ba05af2868a8e963ae403e1273cde7b4f0ced' +sha512sums=('8047ba3f84ee35e739a6f833326e29fd9c230f6aeede805af81e8084fe81f24b58ae768fdad2ce305ffca2f932df038cd4676866c98f17a6cfcd83750d372a6f' '8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3' '5cb469f178e0a22f249240f8ce26027ba87ebf8b57fd584917c35eb51860a1bc49090d6abaa5d5dc1dded13f78236f15f28cd0e2697f9e509286cb573e1a20c2') package() {