mirror of
https://github.com/luzifer-aur/archisteamfarm-bin.git
synced 2024-12-20 18:31:18 +00:00
archisteamfarm-bin v5.5.3.4
This commit is contained in:
parent
264d19a235
commit
8b84ccc06b
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.5.2.3
|
||||
pkgver = 5.5.3.4
|
||||
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.5.2.3.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/5.5.2.3/ASF-linux-x64.zip
|
||||
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.desktop
|
||||
sha512sums = 47c524532a133e4fa7bb5ddb43805f68801a58e90b0a631a2550e593965f25e4e2d91c3118b1210e03b06e00fa7fe15da95bc5a9c49a33d8db5f4307206c7f20
|
||||
sha512sums = 9f3c191495382d44a671ce0b981bfbcf354606110306ee6068f9bb0d0a81f9a5fb635cc2efd3b773e33ed87d17c08ba74ef60837aecd553748f52628f4ebb7cc
|
||||
sha512sums = 32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6
|
||||
|
||||
pkgname = archisteamfarm-bin
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Baron Hou <houbaron@gmail.com>
|
||||
|
||||
pkgname=archisteamfarm-bin
|
||||
pkgver=5.5.2.3
|
||||
pkgver=5.5.3.4
|
||||
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=('47c524532a133e4fa7bb5ddb43805f68801a58e90b0a631a2550e593965f25e4e2d91c3118b1210e03b06e00fa7fe15da95bc5a9c49a33d8db5f4307206c7f20'
|
||||
sha512sums=('9f3c191495382d44a671ce0b981bfbcf354606110306ee6068f9bb0d0a81f9a5fb635cc2efd3b773e33ed87d17c08ba74ef60837aecd553748f52628f4ebb7cc'
|
||||
'32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue