summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD8
-rw-r--r--changelog8
3 files changed, 22 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cada917502e7..a6fee8772b80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 3.4.0.5
+ pkgver = 3.4.0.7
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.0.5-x86_64.zip
- noextract = asf-3.4.0.5-arm.zip
- noextract = asf-3.4.0.5-i686.zip
+ noextract = asf-3.4.0.7-x86_64.zip
+ noextract = asf-3.4.0.7-arm.zip
+ noextract = asf-3.4.0.7-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.0.5-x86_64.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/3.4.0.5/ASF-linux-x64.zip
+ source_x86_64 = asf-3.4.0.7-x86_64.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/3.4.0.7/ASF-linux-x64.zip
depends_x86_64 = dotnet-host
depends_x86_64 = libunwind
depends_x86_64 = openssl-1.0
- sha256sums_x86_64 = b5c0bd979d062f1b1e0df62da845000d90df97f5f457502595e4b2f9d8632217
- source_arm = asf-3.4.0.5-arm.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/3.4.0.5/ASF-linux-arm.zip
+ sha256sums_x86_64 = 1bf98968db16c59a5c3a520daa17db2cd946de2569e5014d829a0408c493e449
+ source_arm = asf-3.4.0.7-arm.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/3.4.0.7/ASF-linux-arm.zip
depends_arm = dotnet-host
depends_arm = libunwind
depends_arm = openssl-1.0
- sha256sums_arm = 2b38113cc013d68eead58912639caae06f9543181192e5ba0ec978cd06e33fce
- source_i686 = asf-3.4.0.5-i686.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/3.4.0.5/ASF-generic.zip
+ sha256sums_arm = bbed7ee3fe421a9a443223c8b286b7d6bf56f574e4200f7bb78f847d2e703015
+ source_i686 = asf-3.4.0.7-i686.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/3.4.0.7/ASF-generic.zip
depends_i686 = dotnet-runtime
- sha256sums_i686 = d0f4e70627ca3ddb3fbb5bd96213ba2aa38ad3bf4aa4225226ef06d95112fd04
+ sha256sums_i686 = b48b7f836f54b447409c253a98d033a7d92550f84827c675535440047d87f34f
pkgname = asf
diff --git a/PKGBUILD b/PKGBUILD
index 891da7c01271..e91ecf691b06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
pkgname="asf"
-pkgver="3.4.0.5"
+pkgver="3.4.0.7"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'arm' 'i686')
@@ -29,9 +29,9 @@ sha256sums=('8d76996c1024b80704b25af8a8800ef3f8a8a518d19c2a1e85ba62b58b22cdfd'
'883373be23f6f49ae597f61c1310d8cd45bce7c3ee1b5d456ffc9fedbe7dd486'
'e63a92fd8008c40dab963161bdac967b57146553c00f114469c204ac6e1795b2'
'9a10e9e6ff88fcc00000c12464ae2b650a3f075ef7e440088414b46c41214ee4')
-sha256sums_x86_64=('b5c0bd979d062f1b1e0df62da845000d90df97f5f457502595e4b2f9d8632217')
-sha256sums_arm=('2b38113cc013d68eead58912639caae06f9543181192e5ba0ec978cd06e33fce')
-sha256sums_i686=('d0f4e70627ca3ddb3fbb5bd96213ba2aa38ad3bf4aa4225226ef06d95112fd04')
+sha256sums_x86_64=('1bf98968db16c59a5c3a520daa17db2cd946de2569e5014d829a0408c493e449')
+sha256sums_arm=('bbed7ee3fe421a9a443223c8b286b7d6bf56f574e4200f7bb78f847d2e703015')
+sha256sums_i686=('b48b7f836f54b447409c253a98d033a7d92550f84827c675535440047d87f34f')
noextract=("${source_x86_64[@]%%::*}" "${source_arm[@]%%::*}" "${source_i686[@]%%::*}")
prepare() {
diff --git a/changelog b/changelog
index 7833a184fe3b..e4b3189a50ee 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,11 @@
+2018-11-09 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 3.4.0.7-1:
+ [!] Implemented extra logic to session validation code which has a potential to fix various request failures that people have reported recently. This was needed due to Steam change that rendered previous logic partially obsolete.
+ Added balance command (ref: #935).
+ Misc updates to ASF API, all Bot calls support botNames now, those that didn't before got their response type updated to accomodate this, refer to swagger for more details.
+ Misc updates to swagger, the frontend now allows you to use IPCPassword during execution of API calls.
+ ASF-ui updates with new features, improvements and bugfixes.
+ Usual amount of other code improvements, optimizations and bugfixes.
2018-11-01 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 3.4.0.5-1:
We've improved our update process according to feedback of users that encountered some problems. If something doesn't work, we recommend to download this release (or newer) manually and copy over config directory. Not a lot of people got affected by this problem, so if everything works for you, you don't need to do anything.