summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2024-04-03 05:21:09 +0200
committerMatheus2024-04-03 05:21:09 +0200
commitf8e101ee7c1e13e3aef3f1bc39eb538af5e90734 (patch)
treed79059b51bf9f5ddbd2462ac0e32e8e293e00abb
parent8d7c4bce35121e290d6ff77710a7d0f87324816b (diff)
downloadaur-f8e101ee7c1e13e3aef3f1bc39eb538af5e90734.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 bc5cfd484814..a89740dc7c0a 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nostalgiaforinfinity
pkgdesc = Trading strategy for the Freqtrade crypto bot.
- pkgver = 14.1.477
+ pkgver = 14.1.494
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.1.477.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.1.477.tar.gz
- sha512sums = eb90c83dfb3732025d406436566b47b0b42022dbe3a3bfe3edfcf937f6195cef2316559b6460c73ed4362cf9284abcb7eacfa9ed74240e143703516aad1c3ffe
+ source = python-nostalgiaforinfinity-v14.1.494.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.1.494.tar.gz
+ sha512sums = 6f023dd255b10b274eec26782900c12adf11891e6bae1d18f7b521c414a23cdbe86e82199540f029190296faf0a6b9d292ad7d5fb1b7065ee265de774fb40d7a
pkgname = python-nostalgiaforinfinity
diff --git a/PKGBUILD b/PKGBUILD
index e92c471a7039..bd5bb6882a05 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
readonly _pkgname="NostalgiaForInfinity"
pkgname="python-nostalgiaforinfinity"
-pkgver="14.1.477"
+pkgver="14.1.494"
pkgrel="1"
pkgdesc="Trading strategy for the Freqtrade crypto bot."
arch=("any")
@@ -17,7 +17,7 @@ license=("GPL-3.0-or-later")
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=("eb90c83dfb3732025d406436566b47b0b42022dbe3a3bfe3edfcf937f6195cef2316559b6460c73ed4362cf9284abcb7eacfa9ed74240e143703516aad1c3ffe")
+sha512sums=("6f023dd255b10b274eec26782900c12adf11891e6bae1d18f7b521c414a23cdbe86e82199540f029190296faf0a6b9d292ad7d5fb1b7065ee265de774fb40d7a")
check()
{