summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2024-04-01 09:25:02 +0200
committerMatheus2024-04-01 09:25:02 +0200
commit8d7c4bce35121e290d6ff77710a7d0f87324816b (patch)
tree32813e74a0449334c4faeb8155f57b2ae0156849
parent55bfff668e2fb1b7450e960fef117e9fdb966002 (diff)
downloadaur-8d7c4bce35121e290d6ff77710a7d0f87324816b.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 a0e897ec7c98..bc5cfd484814 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nostalgiaforinfinity
pkgdesc = Trading strategy for the Freqtrade crypto bot.
- pkgver = 14.1.417
+ pkgver = 14.1.477
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.417.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.1.417.tar.gz
- sha512sums = f12cb21edd1e8b14be48a460fe998ba4d30cddb12b50889feb95fc10a9c2e56d8f13197e1ad6c432102ed71630e326256793a5778bee3a23fdc65627d600f2db
+ source = python-nostalgiaforinfinity-v14.1.477.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.1.477.tar.gz
+ sha512sums = eb90c83dfb3732025d406436566b47b0b42022dbe3a3bfe3edfcf937f6195cef2316559b6460c73ed4362cf9284abcb7eacfa9ed74240e143703516aad1c3ffe
pkgname = python-nostalgiaforinfinity
diff --git a/PKGBUILD b/PKGBUILD
index 9ebc99bd9f0a..e92c471a7039 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
readonly _pkgname="NostalgiaForInfinity"
pkgname="python-nostalgiaforinfinity"
-pkgver="14.1.417"
+pkgver="14.1.477"
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=("f12cb21edd1e8b14be48a460fe998ba4d30cddb12b50889feb95fc10a9c2e56d8f13197e1ad6c432102ed71630e326256793a5778bee3a23fdc65627d600f2db")
+sha512sums=("eb90c83dfb3732025d406436566b47b0b42022dbe3a3bfe3edfcf937f6195cef2316559b6460c73ed4362cf9284abcb7eacfa9ed74240e143703516aad1c3ffe")
check()
{