summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2024-02-07 09:48:02 +0100
committerMatheus2024-02-07 09:48:02 +0100
commit0574b763b277aae4e5960cbb65279dc22aecaa98 (patch)
treeb8b3a8564ec25cf4a148a04cf87b1557ce8571e3
parent0103ed8fbdefce796790658377b8b56fa0896f59 (diff)
downloadaur-0574b763b277aae4e5960cbb65279dc22aecaa98.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 1542829e0d2d..c96ef7d70b02 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nostalgiaforinfinity
pkgdesc = Trading strategy for the Freqtrade crypto bot.
- pkgver = 14.0.765
+ pkgver = 14.1.116
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.765.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.0.765.tar.gz
- sha512sums = 0d06da4a27b8a82abca1f57004d5a94028dd7f21cc53a1df6d0502cb81e7a0769366257e02588326997945783cf97c9ecc3c02ce48bdc09e3f8bac216deed58b
+ source = python-nostalgiaforinfinity-v14.1.116.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.1.116.tar.gz
+ sha512sums = b271e55b5853ef81e62e574356f14a00f91a04c1b88e1ef131839ebfcce3fa5c89588c9a89d0121ec4f83d53c96095aad3a83994c4794ded1422592fe415c9d9
pkgname = python-nostalgiaforinfinity
diff --git a/PKGBUILD b/PKGBUILD
index b55e09c61777..1bb6a5cb5b3d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
readonly _pkgname="NostalgiaForInfinity"
pkgname="python-nostalgiaforinfinity"
-pkgver="14.0.765"
+pkgver="14.1.116"
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=("0d06da4a27b8a82abca1f57004d5a94028dd7f21cc53a1df6d0502cb81e7a0769366257e02588326997945783cf97c9ecc3c02ce48bdc09e3f8bac216deed58b")
+sha512sums=("b271e55b5853ef81e62e574356f14a00f91a04c1b88e1ef131839ebfcce3fa5c89588c9a89d0121ec4f83d53c96095aad3a83994c4794ded1422592fe415c9d9")
check()
{