summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2020-06-23 09:25:44 +0200
committerGilrain2020-06-23 09:25:44 +0200
commit727248be0200a49a3cc077ab7aed1f2ce46badf0 (patch)
tree31b0b451f03b4976075107f2ec53d4e1ad5a52b5
parente0e853434089bab6a18458485326c931c7fe03c6 (diff)
downloadaur-727248be0200a49a3cc077ab7aed1f2ce46badf0.tar.gz
Update to 4.2.2.1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog9
3 files changed, 12 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d44f4274063..64348b28dd60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 4.2.2.0
+ pkgver = 4.2.2.1
pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
@@ -15,7 +15,7 @@ pkgbase = asf
optdepends = asf-ui: standalone web interface for ASF
backup = var/lib/asf/config/ASF.json
backup = usr/lib/asf/NLog.config
- source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=4.2.2.0
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=4.2.2.1
source = asf.sh
source = service
source = service.user
diff --git a/PKGBUILD b/PKGBUILD
index 125332f8cf33..c36fdac93ed8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="4.2.2.0"
+pkgver="4.2.2.1"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
diff --git a/changelog b/changelog
index 078285104def..0208fec3f511 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,12 @@
+2020-06-23 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 4.2.2.1-1:
+ Fixed ASF being unable to fetch info about newer non-public packages requiring access token (#1827). This was required due to recent Steam change, making it impossible for ASF to work like previously.
+ Added a workaround for ASF-ui and localization regression in docker containers (#1812).
+ Added /Api/{Bots}/Input API endpoint.
+ It's now possible to put currently farmed AppID and GameName in CustomGamePlayedWhileFarming, refer to updated configuration section on the wiki for that.
+ Latest ASF-ui with new features, improvements and bugfixes.
+ Updated localization provided by our community.
+ Usual amount of other core improvements, optimizations and bugfixes.
2020-06-08 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 4.2.2.0-1:
Fixed ASF being unable to fetch info about newer non-public packages requiring access token (#1827). This was required due to recent Steam change, making it impossible for ASF to work like previously.