mirror of
https://github.com/luzifer-aur/archisteamfarm-bin.git
synced 2024-12-20 10:21:17 +00:00
archisteamfarm-bin v6.0.6.4
This commit is contained in:
parent
8bea77f477
commit
693cf3d9c9
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 = 6.0.5.2
|
pkgver = 6.0.6.4
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/JustArchiNET/ArchiSteamFarm
|
url = https://github.com/JustArchiNET/ArchiSteamFarm
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -13,9 +13,9 @@ pkgbase = archisteamfarm-bin
|
||||||
options = !debug
|
options = !debug
|
||||||
options = !strip
|
options = !strip
|
||||||
options = staticlibs
|
options = staticlibs
|
||||||
source = archisteamfarm-bin-6.0.5.2.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/6.0.5.2/ASF-linux-x64.zip
|
source = archisteamfarm-bin-6.0.6.4.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/6.0.6.4/ASF-linux-x64.zip
|
||||||
source = ArchiSteamFarm-bin.desktop
|
source = ArchiSteamFarm-bin.desktop
|
||||||
sha512sums = f98064492e58ff3a1c91f9da2bd215a9eb4c5462eab4900f648c516e1e7b99eb009106fa479660b207779fe19d259e90f4e52def48b0c328bffa1bff698874f7
|
sha512sums = 8f9cd4a67a271eb9ddddcd82a0a14d6aae372910063f682573f08b41f0d7f944effa9f096225d90878d2737adf5779e9114bf04be818bb95a4dec853a6134bf5
|
||||||
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=6.0.5.2
|
pkgver=6.0.6.4
|
||||||
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=('f98064492e58ff3a1c91f9da2bd215a9eb4c5462eab4900f648c516e1e7b99eb009106fa479660b207779fe19d259e90f4e52def48b0c328bffa1bff698874f7'
|
sha512sums=('8f9cd4a67a271eb9ddddcd82a0a14d6aae372910063f682573f08b41f0d7f944effa9f096225d90878d2737adf5779e9114bf04be818bb95a4dec853a6134bf5'
|
||||||
'32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6')
|
'32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue