mirror of
https://github.com/luzifer-aur/archisteamfarm-bin.git
synced 2024-11-08 15:10:11 +00:00
archisteamfarm-bin v6.0.0.3
This commit is contained in:
parent
8b84ccc06b
commit
3258b4f4ac
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
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.5.3.4
|
pkgver = 6.0.0.3
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/JustArchiNET/ArchiSteamFarm
|
url = https://github.com/JustArchiNET/ArchiSteamFarm
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -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.5.3.4.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/5.5.3.4/ASF-linux-x64.zip
|
source = archisteamfarm-bin-6.0.0.3.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/6.0.0.3/ASF-linux-x64.zip
|
||||||
source = ArchiSteamFarm-bin.desktop
|
source = ArchiSteamFarm-bin.desktop
|
||||||
sha512sums = 9f3c191495382d44a671ce0b981bfbcf354606110306ee6068f9bb0d0a81f9a5fb635cc2efd3b773e33ed87d17c08ba74ef60837aecd553748f52628f4ebb7cc
|
sha512sums = 3724b39bafa63eb88c50948269c59c9aaf87ea7597c566b10e347f0de667118a3ae31db9eece86ca083ea1e2ce69efe90a347c9161daaf2ed423642437b6aaa6
|
||||||
sha512sums = 32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6
|
sha512sums = 32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6
|
||||||
|
|
||||||
pkgname = archisteamfarm-bin
|
pkgname = archisteamfarm-bin
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
# Contributor: Baron Hou <houbaron@gmail.com>
|
# Contributor: Baron Hou <houbaron@gmail.com>
|
||||||
|
|
||||||
pkgname=archisteamfarm-bin
|
pkgname=archisteamfarm-bin
|
||||||
pkgver=5.5.3.4
|
pkgver=6.0.0.3
|
||||||
pkgrel=1
|
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')
|
||||||
|
@ -18,7 +18,7 @@ source=(
|
||||||
"ArchiSteamFarm-bin.desktop"
|
"ArchiSteamFarm-bin.desktop"
|
||||||
)
|
)
|
||||||
|
|
||||||
sha512sums=('9f3c191495382d44a671ce0b981bfbcf354606110306ee6068f9bb0d0a81f9a5fb635cc2efd3b773e33ed87d17c08ba74ef60837aecd553748f52628f4ebb7cc'
|
sha512sums=('3724b39bafa63eb88c50948269c59c9aaf87ea7597c566b10e347f0de667118a3ae31db9eece86ca083ea1e2ce69efe90a347c9161daaf2ed423642437b6aaa6'
|
||||||
'32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6')
|
'32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue