diff options
author | Zhang Hua | 2024-09-26 17:25:48 +0800 |
---|---|---|
committer | Zhang Hua | 2024-09-26 17:25:48 +0800 |
commit | 6b55c96e95ffe643c8d95dc4c6a33abf94132af0 (patch) | |
tree | 2c84ac0b888b4acdad50590badc5f97f21557886 | |
parent | 97b3799d02167b54c9a422d75628864d5fbcc3f4 (diff) | |
download | aur-6b55c96e95ffe643c8d95dc4c6a33abf94132af0.tar.gz |
Bump to 3.0.0-rc11
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ pkgbase = watt-toolkit-bin pkgdesc = 一个开源跨平台的多功能Steam工具箱。 - pkgver = 3.0.0.rc.10 - pkgrel = 2 + pkgver = 3.0.0.rc.11 + pkgrel = 1 url = https://steampp.net/ arch = x86_64 license = GPL-3.0-only @@ -17,8 +17,8 @@ pkgbase = watt-toolkit-bin sha256sums = 0954edd9bf851e21c5ad4a5fdf8f182d30c4a93bebe97e8d932010e67875e747 sha256sums = 2dbf57bb3cfbc45f3307f2db63ae86907364044b81137f2592363cd120da4f3e sha256sums = 9b5bb8387964688168e8d928fe6ecca31d9d545681f3a4b7cece444ae0f609a2 - source_x86_64 = Steam++_3.0.0.rc.10_x86_64.tar.gz::https://github.com/BeyondDimension/SteamTools/releases/download/3.0.0-rc.10/Steam++_v3.0.0-rc.10_linux_x64.tgz - sha256sums_x86_64 = 9c2c0a465ad9bdc7053aead5278cf5c416f6fa5c8441fc5bfbbb50da22733c9a + source_x86_64 = Steam++_3.0.0.rc.11_x86_64.tar.gz::https://github.com/BeyondDimension/SteamTools/releases/download/3.0.0-rc.11/Steam++_v3.0.0-rc.11_linux_x64.tgz + sha256sums_x86_64 = 1e3c4a82eac5dd9a3b5c6f5d0150787863ac4025959425754295fec6eccd77f5 pkgname = watt-toolkit-bin depends = libcap @@ -1,10 +1,10 @@ #Maintainer: rmbgame<rmb@rmbgame.net> #Maintainer: AigioL<https://github.com/AigioL> -_tag=3.0.0-rc.10 +_tag=3.0.0-rc.11 pkgname=watt-toolkit-bin pkgdesc=一个开源跨平台的多功能Steam工具箱。 pkgver=${_tag//-/.} -pkgrel=2 +pkgrel=1 arch=('x86_64') url=https://steampp.net/ license=('GPL-3.0-only') @@ -19,7 +19,7 @@ source_x86_64=("Steam++_${pkgver}_x86_64.tar.gz::https://github.com/BeyondDimens sha256sums=('0954edd9bf851e21c5ad4a5fdf8f182d30c4a93bebe97e8d932010e67875e747' '2dbf57bb3cfbc45f3307f2db63ae86907364044b81137f2592363cd120da4f3e' '9b5bb8387964688168e8d928fe6ecca31d9d545681f3a4b7cece444ae0f609a2') -sha256sums_x86_64=('9c2c0a465ad9bdc7053aead5278cf5c416f6fa5c8441fc5bfbbb50da22733c9a') +sha256sums_x86_64=('1e3c4a82eac5dd9a3b5c6f5d0150787863ac4025959425754295fec6eccd77f5') package(){ depends=( |