summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2021-02-09 09:06:17 +0100
committerGilrain2021-02-09 09:06:17 +0100
commit3fd5f1028298c4f0a043212e83eeb5c3daee6d2a (patch)
tree31df5375d5c726e6cfb2097782670ca113087d4f
parent4247bf817dc31ceb27ed34fd950144756af33634 (diff)
downloadaur-3fd5f1028298c4f0a043212e83eeb5c3daee6d2a.tar.gz
Update to 5.0.3.1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--changelog7
3 files changed, 10 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d3d98f4f722..99dd92908b64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 5.0.2.4
+ pkgver = 5.0.3.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.0.2.4
+ source = asf::git+https://github.com/JustArchiNET/ArchiSteamFarm.git#tag=5.0.3.1
source = service
source = service.user
source = ASF.json
diff --git a/PKGBUILD b/PKGBUILD
index 0ddd9228dcf9..c168d36d6e58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="5.0.2.4"
+pkgver="5.0.3.1"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
diff --git a/changelog b/changelog
index d2ff72875a23..e351da1fbfd6 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+2021-02-09 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 5.0.3.1-1:
+ We've renamed our master branch to main, following the same decision made by Dotnet, Git and GitHub. While this change is mostly transparent for everybody, our master Docker build is now also available under main tag (which considers only people using our master builds, those that are already well aware of breaking changes).
+ Improved CompleteTypesToSend functionality by avoiding a possibility of splitting the same set across multiple trade offers (#2133).
+ 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-01-07 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 5.0.2.4-1:
[!] Docker builds are now built by GitHub (previously Docker Hub), available also on ghcr.io (in addition to Docker Hub) and supporting multi-platform manifests. Because of unified manifest, -arm and -arm64 docker tags are no longer being deployed, as they're now included in the main tag. Fixed A.B.C.D-{arch} tags that were released in the past remain available for download. Check out our wiki for more info (#2096).