summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2016-06-09 20:26:48 +0200
committerGilrain2016-06-09 20:26:48 +0200
commit89b84751534cc397ce658fcb4f70ffc733f6fccf (patch)
tree4fd0a16b1192febedb564b6bafe925d0169cbcd7
parent26d20412cb60e7c69fdbb31239707f45d66a7f8c (diff)
downloadaur-89b84751534cc397ce658fcb4f70ffc733f6fccf.tar.gz
Update to 2.0.5.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--changelog7
3 files changed, 13 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f17159ca3a4..1a122f08697f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jun 6 18:06:54 UTC 2016
+# Thu Jun 9 18:21:26 UTC 2016
pkgbase = asf
pkgdesc = Steam cards farmer.
- pkgver = 2.0.5.2
+ pkgver = 2.0.5.4
pkgrel = 1
url = https://github.com/JustArchi/ArchiSteamFarm
install = asf.install
@@ -11,11 +11,11 @@ pkgbase = asf
license = Apache
depends = mono
backup = opt/asf/config/ASF.json
- source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.0.5.2/ASF.zip
+ source = https://github.com/JustArchi/ArchiSteamFarm/releases/download/2.0.5.4/ASF.zip
source = asf.sh
source = asf-config.sh
source = asf.service
- sha256sums = 85785abda30a86eca256fa6e1437eb8b0749a11b80265be37f3c97c03779292b
+ sha256sums = 61b712b36a8cad039e7de7cbcee0c998da2da86b49f00ed6edee781580a67ebd
sha256sums = a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5
sha256sums = 63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565
sha256sums = afeee8eb3f1bafa1b0502ce6be43e5119ab73fdc228a49990c9087462c5464af
diff --git a/PKGBUILD b/PKGBUILD
index 1cbacd1ae0fe..791a48874e19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
pkgname="asf"
-pkgver="2.0.5.2"
+pkgver="2.0.5.4"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('any')
@@ -15,7 +15,7 @@ source=("https://github.com/JustArchi/ArchiSteamFarm/releases/download/${pkgver}
"${pkgname}.sh"
"${pkgname}-config.sh"
"${pkgname}.service")
-sha256sums=('85785abda30a86eca256fa6e1437eb8b0749a11b80265be37f3c97c03779292b'
+sha256sums=('61b712b36a8cad039e7de7cbcee0c998da2da86b49f00ed6edee781580a67ebd'
'a5d0324c029efb1f99264e787fea26ad53953b4df59bf642bca1ffabad4027f5'
'63b8d4718e8cc61016ef415ff418e6180102b077315f5ce77bfcab9c03433565'
'afeee8eb3f1bafa1b0502ce6be43e5119ab73fdc228a49990c9087462c5464af')
diff --git a/changelog b/changelog
index 2c446b8c543c..6a786f0a5e2c 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+2016-06-09 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 2.0.5.4:
+ [!] Added Steam Summer Sale 2016 with appID of 480730 to Blacklist and built-in GlobalBlacklist.
+ [!] Implemented brand new event-based cards farming module.
+ Changed default value of FarmingDelay from 5 to 15.
+ Improved logic of restarting cards farming module on newly added games.
+ Misc code improvements, optimizations and bugfixes.
2016-06-06 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 2.0.5.2:
Added IsBotAccount bot config property.