summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2021-07-03 06:30:02 +0200
committerGilrain2021-07-03 06:30:02 +0200
commit1f8c111d937a14b370c64a764e32d0f565a23aca (patch)
tree65c69702c595d97977826ccd2541b0c583e9339a
parent47e6db939178428726c2bb48da389a68b4e9d54e (diff)
downloadaur-1f8c111d937a14b370c64a764e32d0f565a23aca.tar.gz
Update to 5.1.1.1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog11
3 files changed, 14 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 800031c5fb82..d2c203c58a6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 5.1.0.9
+ pkgver = 5.1.1.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=5.1.0.9
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.1.1.1
source = service
source = service.user
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index c423b628b0c5..5117300b1c75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="5.1.0.9"
+pkgver="5.1.1.1"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
diff --git a/changelog b/changelog
index 265a6d732ef9..3f8ba6bc0e09 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,14 @@
+2021-07-03 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.1.1.1-1:
+ Added Steam Summer Sale 2021 with ID of 1658760 to SalesBlacklist.
+ Added several /Api/Storage endpoints for third-party usage (#2337).
+ Rewritten functionality responsible for sending Steam messages in regards to new rate-limits (#2335, and it wasn't easy clap).
+ Improved support for ASF running on FreeBSD operating system.
+ Our STD plugin will now refuse to run upon any config parsing error, as an extra safety measure.
+ Reduced amount of I/O writes for ASF configs and databases by avoiding I/O write of the same content as that already written.
+ Latest ASF-ui with new features, improvements and bugfixes.
+ Updated localization provided by our community.
+ Usual amount of other core improvements, optimizations and bugfixes.
2021-06-03 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.1.0.9-1:
Fixed advanced config for STD plugin not being parsed correctly.