summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-12-10 15:08:03 +0100
committerMatheus2023-12-10 15:08:03 +0100
commit71430f21a7de48daf0eab65b7274a86a40af7334 (patch)
tree2070d61161f060f239128f35e603b13cdc1b726b
parent1be8214acfd991452c8a3a57dc89b64e65fec107 (diff)
downloadaur-71430f21a7de48daf0eab65b7274a86a40af7334.tar.gz
Version update
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fb7e3c45587..07212bc46bfe 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nostalgiaforinfinity
pkgdesc = Trading strategy for the Freqtrade crypto bot.
- pkgver = 14.0.456
+ pkgver = 14.0.583
pkgrel = 1
url = https://github.com/iterativv/NostalgiaForInfinity
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-nostalgiaforinfinity
depends = python-rapidjson
depends = python-ta-lib
depends = python-technical
- source = python-nostalgiaforinfinity-v14.0.456.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.0.456.tar.gz
- sha512sums = d1776aa9058dd1f4aad20fc8f31f36592084b4878496d7751c62cb4b48e4f915a182b037a7ce95f76db7f1dd1cd1b8c71a1da7066c696b69ef28afef18e25137
+ source = python-nostalgiaforinfinity-v14.0.583.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.0.583.tar.gz
+ sha512sums = 9c6e1c22e54d06309764ea124aa363f07e8dfcf95bf86b39da17530d9847432562ba9d4447ba7dd002afb70514b024963e95efb7a6343681f1cc743172021627
pkgname = python-nostalgiaforinfinity
diff --git a/PKGBUILD b/PKGBUILD
index d6055faa2978..ecf313bfb1ad 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
readonly _pkgname="NostalgiaForInfinity"
pkgname="python-nostalgiaforinfinity"
-pkgver="14.0.456"
+pkgver="14.0.583"
pkgrel="1"
pkgdesc="Trading strategy for the Freqtrade crypto bot."
arch=("any")
@@ -17,7 +17,7 @@ license=("GPL3")
depends=("bash" "python" "python-attrs" "python-freqtrade" "python-numpy" "python-pandas" "python-pandas-ta" "python-pytest" "python-rapidjson" "python-ta-lib" "python-technical")
checkdepends=("git")
source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=("d1776aa9058dd1f4aad20fc8f31f36592084b4878496d7751c62cb4b48e4f915a182b037a7ce95f76db7f1dd1cd1b8c71a1da7066c696b69ef28afef18e25137")
+sha512sums=("9c6e1c22e54d06309764ea124aa363f07e8dfcf95bf86b39da17530d9847432562ba9d4447ba7dd002afb70514b024963e95efb7a6343681f1cc743172021627")
check()
{