mirror of
https://github.com/luzifer-aur/archisteamfarm-bin.git
synced 2024-11-09 15:39:59 +00:00
archisteamfarm-bin v5.3.1.2
This commit is contained in:
parent
20187d19b8
commit
8de1640d91
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = archisteamfarm-bin
|
pkgbase = archisteamfarm-bin
|
||||||
pkgdesc = C# application that allows you to farm steam cards using multiple steam accounts simultaneously.
|
pkgdesc = C# application that allows you to farm steam cards using multiple steam accounts simultaneously.
|
||||||
pkgver = 5.3.0.3
|
pkgver = 5.3.1.2
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/JustArchiNET/ArchiSteamFarm
|
url = https://github.com/JustArchiNET/ArchiSteamFarm
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = Apache
|
license = Apache
|
||||||
|
@ -12,9 +12,9 @@ pkgbase = archisteamfarm-bin
|
||||||
noextract = ASF-linux-x64.zip
|
noextract = ASF-linux-x64.zip
|
||||||
options = !strip
|
options = !strip
|
||||||
options = staticlibs
|
options = staticlibs
|
||||||
source = archisteamfarm-bin-5.3.0.3.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/5.3.0.3/ASF-linux-x64.zip
|
source = archisteamfarm-bin-5.3.1.2.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/5.3.1.2/ASF-linux-x64.zip
|
||||||
source = ArchiSteamFarm-bin.desktop
|
source = ArchiSteamFarm-bin.desktop
|
||||||
sha512sums = 15d93686493a518dac97e2a49b60b85c260baeb724717ebd7426ccfd1f7a281f78dd0d371c6b2f7a63f743a353b9735922ad37c710df98abdfef4a99ec777460
|
sha512sums = 594bab388ac0693389a76e86442a022cdc0aa5afc025bc0ca47ce852c337b301ef5b216e60935d819c8e91d2daf2e2cb7c5d2bc686f534f1ea8c8d831a422d13
|
||||||
sha512sums = 32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6
|
sha512sums = 32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6
|
||||||
|
|
||||||
pkgname = archisteamfarm-bin
|
pkgname = archisteamfarm-bin
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,8 +2,8 @@
|
||||||
# Contributor: Baron Hou <houbaron@gmail.com>
|
# Contributor: Baron Hou <houbaron@gmail.com>
|
||||||
|
|
||||||
pkgname=archisteamfarm-bin
|
pkgname=archisteamfarm-bin
|
||||||
pkgver=5.3.0.3
|
pkgver=5.3.1.2
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="C# application that allows you to farm steam cards using multiple steam accounts simultaneously."
|
pkgdesc="C# application that allows you to farm steam cards using multiple steam accounts simultaneously."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/JustArchiNET/ArchiSteamFarm"
|
url="https://github.com/JustArchiNET/ArchiSteamFarm"
|
||||||
|
@ -18,7 +18,7 @@ source=(
|
||||||
"ArchiSteamFarm-bin.desktop"
|
"ArchiSteamFarm-bin.desktop"
|
||||||
)
|
)
|
||||||
|
|
||||||
sha512sums=('15d93686493a518dac97e2a49b60b85c260baeb724717ebd7426ccfd1f7a281f78dd0d371c6b2f7a63f743a353b9735922ad37c710df98abdfef4a99ec777460'
|
sha512sums=('594bab388ac0693389a76e86442a022cdc0aa5afc025bc0ca47ce852c337b301ef5b216e60935d819c8e91d2daf2e2cb7c5d2bc686f534f1ea8c8d831a422d13'
|
||||||
'32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6')
|
'32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue