1.1.968
This commit is contained in:
parent
8ed0cba856
commit
22ecca594c
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ryujinx-bin
|
||||
pkgdesc = Experimental Nintendo Switch Emulator written in C# (master build channel release)
|
||||
pkgver = 1.1.961
|
||||
pkgver = 1.1.968
|
||||
pkgrel = 1
|
||||
url = https://github.com/Ryujinx/release-channel-master
|
||||
arch = x86_64
|
||||
|
@ -10,11 +10,11 @@ pkgbase = ryujinx-bin
|
|||
conflicts = ryujinx
|
||||
conflicts = Ryujinx
|
||||
options = !strip
|
||||
source = https://github.com/Ryujinx/release-channel-master/releases/download/1.1.961/ryujinx-1.1.961-linux_x64.tar.gz
|
||||
source = https://github.com/Ryujinx/release-channel-master/releases/download/1.1.968/ryujinx-1.1.968-linux_x64.tar.gz
|
||||
source = https://raw.githubusercontent.com/Ryujinx/Ryujinx/master/distribution/linux/Ryujinx.desktop
|
||||
source = https://raw.githubusercontent.com/Ryujinx/Ryujinx/master/distribution/misc/Logo.svg
|
||||
source = https://raw.githubusercontent.com/Ryujinx/Ryujinx/master/distribution/linux/mime/Ryujinx.xml
|
||||
b2sums = 0e3cd6739808e1b2f5d5ff4da801d04f39a854b6ad933e964b08eac28b20f065476f843746251f2d4e63b539d2eb49d3d600a436c12902fb5c87367c0f1243a3
|
||||
b2sums = 798e1c47584ade838d7521a54b10d4513879953e1fe57594b8b52cd70f48fb1aa1b4e9972a40d48f459545ceb049a6bb6bd72600aee58e849cc0d63d5db3fd27
|
||||
b2sums = ed7edb44c1b6ace90c00738754577b8779b34847e286662971ecc148871b1995698adcc4a0841b4bd7d804d1b0aee960565f9c68680abb9ade55f46fd89b1863
|
||||
b2sums = f96fe6146018fd869c55e413b2cc6cf12f17c5257af52df14f57978133792c7fb76e8526b15a5120dbf12a9fed7b8e4723a3ff9f2e45b613b10ee1017ba0b996
|
||||
b2sums = 0002cccf2a3e9dec4b0646e8d50ed105dfd4544baf49ae4868cc2a0785839ab578171063b6149b54fee947a38d88bbd6552647f6c69c590acf8fd1b12835c67a
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: xyzzy
|
||||
|
||||
pkgname=ryujinx-bin
|
||||
pkgver=1.1.961
|
||||
pkgver=1.1.968
|
||||
pkgrel=1
|
||||
pkgdesc='Experimental Nintendo Switch Emulator written in C# (master build channel release)'
|
||||
arch=(x86_64)
|
||||
|
@ -16,7 +16,7 @@ source=("${url}/releases/download/${pkgver}/ryujinx-${pkgver}-linux_x64.tar.gz"
|
|||
'https://raw.githubusercontent.com/Ryujinx/Ryujinx/master/distribution/misc/Logo.svg'
|
||||
'https://raw.githubusercontent.com/Ryujinx/Ryujinx/master/distribution/linux/mime/Ryujinx.xml')
|
||||
|
||||
b2sums=('0e3cd6739808e1b2f5d5ff4da801d04f39a854b6ad933e964b08eac28b20f065476f843746251f2d4e63b539d2eb49d3d600a436c12902fb5c87367c0f1243a3'
|
||||
b2sums=('798e1c47584ade838d7521a54b10d4513879953e1fe57594b8b52cd70f48fb1aa1b4e9972a40d48f459545ceb049a6bb6bd72600aee58e849cc0d63d5db3fd27'
|
||||
'ed7edb44c1b6ace90c00738754577b8779b34847e286662971ecc148871b1995698adcc4a0841b4bd7d804d1b0aee960565f9c68680abb9ade55f46fd89b1863'
|
||||
'f96fe6146018fd869c55e413b2cc6cf12f17c5257af52df14f57978133792c7fb76e8526b15a5120dbf12a9fed7b8e4723a3ff9f2e45b613b10ee1017ba0b996'
|
||||
'0002cccf2a3e9dec4b0646e8d50ed105dfd4544baf49ae4868cc2a0785839ab578171063b6149b54fee947a38d88bbd6552647f6c69c590acf8fd1b12835c67a')
|
||||
|
|
Loading…
Reference in a new issue