mirror of
https://github.com/archlinux/aur.git
synced 2026-02-17 17:52:50 +01:00
Update to 3.4.2.2-1
This commit is contained in:
parent
e1abf7e199
commit
a69f1a4e2d
3 changed files with 22 additions and 14 deletions
20
.SRCINFO
20
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = asf
|
||||
pkgdesc = Steam cards farmer.
|
||||
pkgver = 3.4.1.7
|
||||
pkgver = 3.4.2.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/JustArchiNET/ArchiSteamFarm
|
||||
install = asf.install
|
||||
|
|
@ -10,9 +10,9 @@ pkgbase = asf
|
|||
arch = i686
|
||||
license = Apache
|
||||
makedepends = p7zip
|
||||
noextract = asf-3.4.1.7-x86_64.zip
|
||||
noextract = asf-3.4.1.7-arm.zip
|
||||
noextract = asf-3.4.1.7-i686.zip
|
||||
noextract = asf-3.4.2.2-x86_64.zip
|
||||
noextract = asf-3.4.2.2-arm.zip
|
||||
noextract = asf-3.4.2.2-i686.zip
|
||||
backup = var/lib/asf/config/ASF.json
|
||||
backup = usr/lib/asf/NLog.config
|
||||
source = asf.sh
|
||||
|
|
@ -27,19 +27,19 @@ pkgbase = asf
|
|||
sha256sums = 883373be23f6f49ae597f61c1310d8cd45bce7c3ee1b5d456ffc9fedbe7dd486
|
||||
sha256sums = e63a92fd8008c40dab963161bdac967b57146553c00f114469c204ac6e1795b2
|
||||
sha256sums = 9a10e9e6ff88fcc00000c12464ae2b650a3f075ef7e440088414b46c41214ee4
|
||||
source_x86_64 = asf-3.4.1.7-x86_64.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/3.4.1.7/ASF-linux-x64.zip
|
||||
source_x86_64 = asf-3.4.2.2-x86_64.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/3.4.2.2/ASF-linux-x64.zip
|
||||
depends_x86_64 = dotnet-host
|
||||
depends_x86_64 = libunwind
|
||||
depends_x86_64 = openssl-1.0
|
||||
sha256sums_x86_64 = 9a6dd76e92a4931c0302ebe184c0de3203243e1db2c3b375d7399d17e202f30d
|
||||
source_arm = asf-3.4.1.7-arm.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/3.4.1.7/ASF-linux-arm.zip
|
||||
sha256sums_x86_64 = 04b05361b4bc0aa6f6e2f8b631549211b5d3e0d542a674d7fad3cb3153f97a97
|
||||
source_arm = asf-3.4.2.2-arm.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/3.4.2.2/ASF-linux-arm.zip
|
||||
depends_arm = dotnet-host
|
||||
depends_arm = libunwind
|
||||
depends_arm = openssl-1.0
|
||||
sha256sums_arm = 4ad5896a055662b94f66cfbff93a61df7b3d1b17b4baf74ebe69fc242368c5f0
|
||||
source_i686 = asf-3.4.1.7-i686.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/3.4.1.7/ASF-generic.zip
|
||||
sha256sums_arm = ec498203845e1968d6ad1e42b4cdddcb69e9f3949d97b473d4f85a6b54e92c51
|
||||
source_i686 = asf-3.4.2.2-i686.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/3.4.2.2/ASF-generic.zip
|
||||
depends_i686 = dotnet-runtime
|
||||
sha256sums_i686 = 777fe83ece722a2e420c78dd8b1c7725ef6b9153fc3598b7e44a14d7c2e20502
|
||||
sha256sums_i686 = 32fb73da3ccb6eb834488656ebc887dd1fc8cae5d088c064a11593586c70d06a
|
||||
|
||||
pkgname = asf
|
||||
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
|
||||
pkgname="asf"
|
||||
pkgver="3.4.1.7"
|
||||
pkgver="3.4.2.2"
|
||||
pkgrel=1
|
||||
pkgdesc="Steam cards farmer."
|
||||
arch=('x86_64' 'arm' 'i686')
|
||||
|
|
@ -29,9 +29,9 @@ sha256sums=('8d76996c1024b80704b25af8a8800ef3f8a8a518d19c2a1e85ba62b58b22cdfd'
|
|||
'883373be23f6f49ae597f61c1310d8cd45bce7c3ee1b5d456ffc9fedbe7dd486'
|
||||
'e63a92fd8008c40dab963161bdac967b57146553c00f114469c204ac6e1795b2'
|
||||
'9a10e9e6ff88fcc00000c12464ae2b650a3f075ef7e440088414b46c41214ee4')
|
||||
sha256sums_x86_64=('9a6dd76e92a4931c0302ebe184c0de3203243e1db2c3b375d7399d17e202f30d')
|
||||
sha256sums_arm=('4ad5896a055662b94f66cfbff93a61df7b3d1b17b4baf74ebe69fc242368c5f0')
|
||||
sha256sums_i686=('777fe83ece722a2e420c78dd8b1c7725ef6b9153fc3598b7e44a14d7c2e20502')
|
||||
sha256sums_x86_64=('04b05361b4bc0aa6f6e2f8b631549211b5d3e0d542a674d7fad3cb3153f97a97')
|
||||
sha256sums_arm=('ec498203845e1968d6ad1e42b4cdddcb69e9f3949d97b473d4f85a6b54e92c51')
|
||||
sha256sums_i686=('32fb73da3ccb6eb834488656ebc887dd1fc8cae5d088c064a11593586c70d06a')
|
||||
noextract=("${source_x86_64[@]%%::*}" "${source_arm[@]%%::*}" "${source_i686[@]%%::*}")
|
||||
|
||||
prepare() {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
2019-01-08 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 3.4.2.2-1:
|
||||
Added warning for running excessive number of bot instances.
|
||||
Increased default value of ConnectionTimeout from 60 to 90.
|
||||
It's now possible to loot/transfer contextID higher than 255 (ref: #990, #1001).
|
||||
Experimental improvements towards session checking code which might improve overall network stability.
|
||||
Latest ASF-ui with new features, improvements and bugfixes.
|
||||
Usual amount of other core improvements, optimizations and bugfixes.
|
||||
2018-12-15 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 3.4.1.7-1:
|
||||
[!] Updated .NET Core runtime from 2.1 to 2.2. As usual, generic users are reminded to update their runtimes, OS-specific users are covered by us, no prerequisites changes.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue