mirror of
https://github.com/luzifer-aur/archisteamfarm-bin.git
synced 2024-12-20 10:21:17 +00:00
archisteamfarm-bin v5.4.12.3
This commit is contained in:
parent
69615e056d
commit
702de35ebc
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = archisteamfarm-bin
|
||||
pkgdesc = C# application that allows you to farm steam cards using multiple steam accounts simultaneously.
|
||||
pkgver = 5.4.11.4
|
||||
pkgver = 5.4.12.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/JustArchiNET/ArchiSteamFarm
|
||||
arch = x86_64
|
||||
|
@ -12,9 +12,9 @@ pkgbase = archisteamfarm-bin
|
|||
noextract = ASF-linux-x64.zip
|
||||
options = !strip
|
||||
options = staticlibs
|
||||
source = archisteamfarm-bin-5.4.11.4.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/5.4.11.4/ASF-linux-x64.zip
|
||||
source = archisteamfarm-bin-5.4.12.3.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/5.4.12.3/ASF-linux-x64.zip
|
||||
source = ArchiSteamFarm-bin.desktop
|
||||
sha512sums = ea722bbe2db3f84c4b77a296cb704c51b4702e0a2c750239ea603843e68b40f52cb7ab4a84e5d483d6aa5920480c5d079934fc64d7b4f8a8e6f435c22db183a8
|
||||
sha512sums = a48963f819648ce277ea1b1dc30edbeac258425551dd82d5a49420ce1808db43f20169e030698098b2b5b69dfe157c7ce10d860aaf6ee34c7a3e2042f8641641
|
||||
sha512sums = 32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6
|
||||
|
||||
pkgname = archisteamfarm-bin
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Baron Hou <houbaron@gmail.com>
|
||||
|
||||
pkgname=archisteamfarm-bin
|
||||
pkgver=5.4.11.4
|
||||
pkgver=5.4.12.3
|
||||
pkgrel=1
|
||||
pkgdesc="C# application that allows you to farm steam cards using multiple steam accounts simultaneously."
|
||||
arch=('x86_64')
|
||||
|
@ -18,7 +18,7 @@ source=(
|
|||
"ArchiSteamFarm-bin.desktop"
|
||||
)
|
||||
|
||||
sha512sums=('ea722bbe2db3f84c4b77a296cb704c51b4702e0a2c750239ea603843e68b40f52cb7ab4a84e5d483d6aa5920480c5d079934fc64d7b4f8a8e6f435c22db183a8'
|
||||
sha512sums=('a48963f819648ce277ea1b1dc30edbeac258425551dd82d5a49420ce1808db43f20169e030698098b2b5b69dfe157c7ce10d860aaf6ee34c7a3e2042f8641641'
|
||||
'32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue