mirror of
https://github.com/archlinux/aur.git
synced 2026-02-18 02:25:24 +01:00
Update to 3.3.0.3-1
This commit is contained in:
parent
1763203a2a
commit
dd506b6a92
3 changed files with 33 additions and 14 deletions
20
.SRCINFO
20
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = asf
|
||||
pkgdesc = Steam cards farmer.
|
||||
pkgver = 3.2.0.5
|
||||
pkgver = 3.3.0.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/JustArchi/ArchiSteamFarm
|
||||
install = asf.install
|
||||
|
|
@ -10,9 +10,9 @@ pkgbase = asf
|
|||
arch = i686
|
||||
license = Apache
|
||||
makedepends = p7zip
|
||||
noextract = asf-3.2.0.5-x86_64.zip
|
||||
noextract = asf-3.2.0.5-arm.zip
|
||||
noextract = asf-3.2.0.5-i686.zip
|
||||
noextract = asf-3.3.0.3-x86_64.zip
|
||||
noextract = asf-3.3.0.3-arm.zip
|
||||
noextract = asf-3.3.0.3-i686.zip
|
||||
backup = var/lib/asf/config/ASF.json
|
||||
backup = usr/lib/asf/NLog.config
|
||||
source = asf.sh
|
||||
|
|
@ -25,19 +25,19 @@ pkgbase = asf
|
|||
sha256sums = 17dd9b90b00df2bac9b1f0974fb93c278b2cdebc2f239cd9f6568a7dd0a95856
|
||||
sha256sums = 883373be23f6f49ae597f61c1310d8cd45bce7c3ee1b5d456ffc9fedbe7dd486
|
||||
sha256sums = 9a10e9e6ff88fcc00000c12464ae2b650a3f075ef7e440088414b46c41214ee4
|
||||
source_x86_64 = asf-3.2.0.5-x86_64.zip::https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.2.0.5/ASF-linux-x64.zip
|
||||
source_x86_64 = asf-3.3.0.3-x86_64.zip::https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.3.0.3/ASF-linux-x64.zip
|
||||
depends_x86_64 = dotnet-host
|
||||
depends_x86_64 = libunwind
|
||||
depends_x86_64 = openssl-1.0
|
||||
sha256sums_x86_64 = f3bd0a75238acb03a62b8827d0aff954927605ae82a864b0e4a6957de323826f
|
||||
source_arm = asf-3.2.0.5-arm.zip::https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.2.0.5/ASF-linux-arm.zip
|
||||
sha256sums_x86_64 = 6bfe7608ba54d0d5b5ad0396fb23edda5e35357da78a9f025b68a77d287e50a0
|
||||
source_arm = asf-3.3.0.3-arm.zip::https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.3.0.3/ASF-linux-arm.zip
|
||||
depends_arm = dotnet-host
|
||||
depends_arm = libunwind
|
||||
depends_arm = openssl-1.0
|
||||
sha256sums_arm = cd46b6dd3741430effab9412b17fc128295930f6390c58f41d8141dbafa231e1
|
||||
source_i686 = asf-3.2.0.5-i686.zip::https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.2.0.5/ASF-generic.zip
|
||||
sha256sums_arm = a3bda684564e7578c048782114315603e7289936deb0364856476efd8e2fbf76
|
||||
source_i686 = asf-3.3.0.3-i686.zip::https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.3.0.3/ASF-generic.zip
|
||||
depends_i686 = dotnet-runtime
|
||||
sha256sums_i686 = 292c14677fcbb874b5e4384bb66e687d39bd17bc2a73e1454a93efb4092352d1
|
||||
sha256sums_i686 = 67b50ba525572eda2e88927fbd359c1f8a3af72dac48edf949d877fac8a19578
|
||||
|
||||
pkgname = asf
|
||||
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
|
||||
pkgname="asf"
|
||||
pkgver="3.2.0.5"
|
||||
pkgver="3.3.0.3"
|
||||
pkgrel=1
|
||||
pkgdesc="Steam cards farmer."
|
||||
arch=('x86_64' 'arm' 'i686')
|
||||
|
|
@ -27,9 +27,9 @@ sha256sums=('8d76996c1024b80704b25af8a8800ef3f8a8a518d19c2a1e85ba62b58b22cdfd'
|
|||
'17dd9b90b00df2bac9b1f0974fb93c278b2cdebc2f239cd9f6568a7dd0a95856'
|
||||
'883373be23f6f49ae597f61c1310d8cd45bce7c3ee1b5d456ffc9fedbe7dd486'
|
||||
'9a10e9e6ff88fcc00000c12464ae2b650a3f075ef7e440088414b46c41214ee4')
|
||||
sha256sums_x86_64=('f3bd0a75238acb03a62b8827d0aff954927605ae82a864b0e4a6957de323826f')
|
||||
sha256sums_arm=('cd46b6dd3741430effab9412b17fc128295930f6390c58f41d8141dbafa231e1')
|
||||
sha256sums_i686=('292c14677fcbb874b5e4384bb66e687d39bd17bc2a73e1454a93efb4092352d1')
|
||||
sha256sums_x86_64=('6bfe7608ba54d0d5b5ad0396fb23edda5e35357da78a9f025b68a77d287e50a0')
|
||||
sha256sums_arm=('a3bda684564e7578c048782114315603e7289936deb0364856476efd8e2fbf76')
|
||||
sha256sums_i686=('67b50ba525572eda2e88927fbd359c1f8a3af72dac48edf949d877fac8a19578')
|
||||
noextract=("${source_x86_64[@]%%::*}" "${source_arm[@]%%::*}" "${source_i686[@]%%::*}")
|
||||
|
||||
prepare() {
|
||||
|
|
|
|||
19
changelog
19
changelog
|
|
@ -1,3 +1,22 @@
|
|||
2018-08-12 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 3.3.0.3-1:
|
||||
[!] Added support for new Steam chat.
|
||||
ASF will now listen to group chat commands only on chat of the SteamMasterClanID chat (and not any chat it was invited to like how it worked before).
|
||||
Added MarkReceivedMessagesAsRead to BotBehaviour bot config property.
|
||||
Added SteamMessagePrefix global config property.
|
||||
Added ChatGroupID to SteamTarget logging target.
|
||||
Removed HandleOfflineMessages bot config property and entire offline messages logic (use new invisible OnlineStatus for that).
|
||||
Rewritten old chat logging functionality into new LogEventInfo-based chat logging module.
|
||||
A lot of other compatibility changes/improvements regarding support of new Steam chat, such as making use of new internal API endpoints, also in private chat.
|
||||
Regex pattern r! in ASF commands is now case-sensitive (due to bot names being case sensitive too).
|
||||
Added BuildVariant to GET /Api/ASF IPC API call (ref: #860).
|
||||
Added GET/DELETE /Api/GamesToRedeemInBackground IPC API call (ref: #856).
|
||||
Fixed SteamTradeMatcher logic that could lead to accepting bad trades in specific circumstances (ref: SC).
|
||||
Fixed HistoryTarget not exposing logs when being used with custom NLog configuration (especially regarding GET /Api/Log IPC API call).
|
||||
IPC API fixes and improvements (ref: #868).
|
||||
IPC GUI improvements, new functionalities and bugfixes.
|
||||
[Deprecation] Features deprecated in previous release have entered stage 2 and got removed.
|
||||
Usual amount of other code improvements, optimizations and bugfixes.
|
||||
2018-07-15 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
|
||||
* 3.2.0.5-1:
|
||||
[!] Implemented temporary workaround for linux-arm users regarding CoreCLR #18486 segfault. Until it's fixed, linux-arm variant will target .NET Core 2.0.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue