diff options
author | Zentino | 2025-03-22 21:34:17 +0800 |
---|---|---|
committer | Zentino | 2025-03-22 21:34:17 +0800 |
commit | 57d6d68a1bb64254f64775683b9ba46fe2b2a946 (patch) | |
tree | 793498e043e38fbaa7fe6bbc5e3696538581d0cc | |
parent | 0fa6f1c5bd9ecd0f6468230f515ec1c1eec75a8e (diff) | |
download | aur-osu-lazer.tar.gz |
bump to 2025.321.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
3 files changed, 7 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = osu-lazer pkgdesc = A free-to-win rhythm game. Rhythm is just a *click* away! - pkgver = 2025.316.0 + pkgver = 2025.321.0 pkgrel = 1 url = https://osu.ppy.sh/ arch = x86_64 @@ -10,11 +10,11 @@ pkgbase = osu-lazer depends = libgl depends = sdl2 depends = dotnet-runtime-8.0 - source = https://github.com/ppy/osu/archive/2025.316.0.tar.gz + source = https://github.com/ppy/osu/archive/2025.321.0.tar.gz source = osu-lazer.sh source = osu-lazer.desktop source = osu-lazer.xml - sha256sums = 21bef9cbe05f51b3a8cb7eafeba6ff4400010491f2e9dbe3e9188f8159af0b99 + sha256sums = deb33c8a51202259f9ca8b0336abd85832af0d815c6b77cbe26d5c9aeb976504 sha256sums = 488b52f62445054d0615c334b6bd81ffa70d00964e91384a9cad92c54b216b3d sha256sums = c22099222c01f33979e17ec0575b864f018f5f416919f9ed1b2b99584a5d37d6 sha256sums = e01a156e7c9bb11ad5b1e1698b029378cb971c29469fc3dceca9421e9a81f3e8 diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..256626ceb530 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +src +pkg
\ No newline at end of file @@ -6,7 +6,7 @@ # Contributor: "donaldtrump" [AUR] pkgname=osu-lazer _pkgname=osu -pkgver=2025.316.0 +pkgver=2025.321.0 pkgrel=1 pkgdesc="A free-to-win rhythm game. Rhythm is just a *click* away!" arch=('x86_64') @@ -18,7 +18,7 @@ source=("https://github.com/ppy/osu/archive/$pkgver.tar.gz" "osu-lazer.sh" "osu-lazer.desktop" "osu-lazer.xml") -sha256sums=('21bef9cbe05f51b3a8cb7eafeba6ff4400010491f2e9dbe3e9188f8159af0b99' +sha256sums=('deb33c8a51202259f9ca8b0336abd85832af0d815c6b77cbe26d5c9aeb976504' '488b52f62445054d0615c334b6bd81ffa70d00964e91384a9cad92c54b216b3d' 'c22099222c01f33979e17ec0575b864f018f5f416919f9ed1b2b99584a5d37d6' 'e01a156e7c9bb11ad5b1e1698b029378cb971c29469fc3dceca9421e9a81f3e8') |