mirror of
https://github.com/luzifer-aur/archisteamfarm-bin.git
synced 2024-11-09 15:39:59 +00:00
archisteamfarm-bin v5.0.5.6
This commit is contained in:
parent
a0a0993e85
commit
f723563bb8
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.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.0.5.5
|
pkgver = 5.0.5.6
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/JustArchiNET/ArchiSteamFarm
|
url = https://github.com/JustArchiNET/ArchiSteamFarm
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -12,10 +12,10 @@ pkgbase = archisteamfarm-bin
|
||||||
noextract = ASF-linux-x64.zip
|
noextract = ASF-linux-x64.zip
|
||||||
options = !strip
|
options = !strip
|
||||||
options = staticlibs
|
options = staticlibs
|
||||||
source = https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/5.0.5.5/ASF-linux-x64.zip
|
source = https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/5.0.5.6/ASF-linux-x64.zip
|
||||||
source = https://raw.githubusercontent.com/JustArchiNET/ArchiSteamFarm/5.0.5.5/LICENSE-2.0.txt
|
source = https://raw.githubusercontent.com/JustArchiNET/ArchiSteamFarm/5.0.5.6/LICENSE-2.0.txt
|
||||||
source = ArchiSteamFarm-bin.desktop
|
source = ArchiSteamFarm-bin.desktop
|
||||||
sha512sums = 783716db8d67087f0b9efe5b565eb203f618191eb508c357fbb6ff07285de4a31008023866cd553b1c74d456c34949bdba6b00b2dc8e0c598027857349434c09
|
sha512sums = b0837a135f264f6ae09b365c17a4b4e809d4a0c5357c3547349c652c2889fffb1b7289548b25db35f7c9164155815d3094e0c1158212ceb0b2307418109fe09c
|
||||||
sha512sums = 31cc38066678c030e8f6378dcae59add64566a977f92983c3a4c929c9b76424291915ea4283e1367ece50b9537f8d51970aa8fd5ce063037aa3a7c45f0677d25
|
sha512sums = 31cc38066678c030e8f6378dcae59add64566a977f92983c3a4c929c9b76424291915ea4283e1367ece50b9537f8d51970aa8fd5ce063037aa3a7c45f0677d25
|
||||||
sha512sums = 32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6
|
sha512sums = 32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6
|
||||||
|
|
||||||
|
|
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.0.5.5
|
pkgver=5.0.5.6
|
||||||
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')
|
||||||
|
@ -19,7 +19,7 @@ source=(
|
||||||
"ArchiSteamFarm-bin.desktop"
|
"ArchiSteamFarm-bin.desktop"
|
||||||
)
|
)
|
||||||
|
|
||||||
sha512sums=('783716db8d67087f0b9efe5b565eb203f618191eb508c357fbb6ff07285de4a31008023866cd553b1c74d456c34949bdba6b00b2dc8e0c598027857349434c09'
|
sha512sums=('b0837a135f264f6ae09b365c17a4b4e809d4a0c5357c3547349c652c2889fffb1b7289548b25db35f7c9164155815d3094e0c1158212ceb0b2307418109fe09c'
|
||||||
'31cc38066678c030e8f6378dcae59add64566a977f92983c3a4c929c9b76424291915ea4283e1367ece50b9537f8d51970aa8fd5ce063037aa3a7c45f0677d25'
|
'31cc38066678c030e8f6378dcae59add64566a977f92983c3a4c929c9b76424291915ea4283e1367ece50b9537f8d51970aa8fd5ce063037aa3a7c45f0677d25'
|
||||||
'32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6')
|
'32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue