Bump to version 2021.602.0
This commit is contained in:
parent
9e6917ed1e
commit
78cf871450
9
.SRCINFO
9
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = osu-lazer-bin
|
pkgbase = osu-lazer-bin
|
||||||
pkgdesc = The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew.
|
pkgdesc = The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew.
|
||||||
pkgver = 2021.524.0
|
pkgver = 2021.602.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://osu.ppy.sh
|
url = https://osu.ppy.sh
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -13,16 +13,15 @@ pkgbase = osu-lazer-bin
|
||||||
depends = fuse2
|
depends = fuse2
|
||||||
provides = osu-lazer
|
provides = osu-lazer
|
||||||
conflicts = osu-lazer
|
conflicts = osu-lazer
|
||||||
noextract = osu-lazer-bin-2021.524.0.AppImage
|
noextract = osu-lazer-bin-2021.602.0.AppImage
|
||||||
options = !strip
|
options = !strip
|
||||||
source = osu-lazer-bin-2021.524.0.AppImage::https://github.com/ppy/osu/releases/download/2021.524.0/osu.AppImage
|
source = osu-lazer-bin-2021.602.0.AppImage::https://github.com/ppy/osu/releases/download/2021.602.0/osu.AppImage
|
||||||
source = osu-lazer-bin.png::https://raw.githubusercontent.com/ppy/osu/master/assets/lazer.png
|
source = osu-lazer-bin.png::https://raw.githubusercontent.com/ppy/osu/master/assets/lazer.png
|
||||||
source = osu-lazer-bin-LICENCE.md::https://raw.githubusercontent.com/ppy/osu-resources/master/LICENCE.md
|
source = osu-lazer-bin-LICENCE.md::https://raw.githubusercontent.com/ppy/osu-resources/master/LICENCE.md
|
||||||
source = osu-lazer.desktop
|
source = osu-lazer.desktop
|
||||||
sha256sums = 7dceba9190f77551abc4cbfb0b0ee9fac0fa8df3989c4457ca2324728c7feb84
|
sha256sums = c192a6c6a1ae322763ffc8c731abdb95a96b989699868015bb7ce8103ec6fff6
|
||||||
sha256sums = 36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10
|
sha256sums = 36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10
|
||||||
sha256sums = 30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244
|
sha256sums = 30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244
|
||||||
sha256sums = 026a1db53b94cea60d30079e0050140096e3d1ef9b2a2035d8acafa04d9519d5
|
sha256sums = 026a1db53b94cea60d30079e0050140096e3d1ef9b2a2035d8acafa04d9519d5
|
||||||
|
|
||||||
pkgname = osu-lazer-bin
|
pkgname = osu-lazer-bin
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
## Maintainer: David Husička <contact@bydave.net>
|
## Maintainer: David Husička <contact@bydave.net>
|
||||||
|
|
||||||
pkgname=osu-lazer-bin
|
pkgname=osu-lazer-bin
|
||||||
pkgver=2021.524.0
|
pkgver=2021.602.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew."
|
pkgdesc="The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -24,7 +24,7 @@ source=("$pkgname-$pkgver.AppImage::https://github.com/ppy/osu/releases/download
|
||||||
"$pkgname-LICENCE.md::https://raw.githubusercontent.com/ppy/osu-resources/master/LICENCE.md"
|
"$pkgname-LICENCE.md::https://raw.githubusercontent.com/ppy/osu-resources/master/LICENCE.md"
|
||||||
"osu-lazer.desktop")
|
"osu-lazer.desktop")
|
||||||
noextract=("$pkgname-$pkgver.AppImage")
|
noextract=("$pkgname-$pkgver.AppImage")
|
||||||
sha256sums=("7dceba9190f77551abc4cbfb0b0ee9fac0fa8df3989c4457ca2324728c7feb84"
|
sha256sums=("c192a6c6a1ae322763ffc8c731abdb95a96b989699868015bb7ce8103ec6fff6"
|
||||||
"36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10"
|
"36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10"
|
||||||
"30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244"
|
"30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244"
|
||||||
"026a1db53b94cea60d30079e0050140096e3d1ef9b2a2035d8acafa04d9519d5")
|
"026a1db53b94cea60d30079e0050140096e3d1ef9b2a2035d8acafa04d9519d5")
|
||||||
|
|
Loading…
Reference in New Issue