summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2024-02-20 19:01:44 +0100
committerMatheus2024-02-20 19:01:44 +0100
commitc554141aecd767a4cec0658d94dbdf3e579cfbd3 (patch)
tree009edef851190095b98668b6981e23ea4cab92f8
parent0574b763b277aae4e5960cbb65279dc22aecaa98 (diff)
downloadaur-c554141aecd767a4cec0658d94dbdf3e579cfbd3.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 c96ef7d70b02..52f9907fcd96 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nostalgiaforinfinity
pkgdesc = Trading strategy for the Freqtrade crypto bot.
- pkgver = 14.1.116
+ pkgver = 14.1.147
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.116.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.1.116.tar.gz
- sha512sums = b271e55b5853ef81e62e574356f14a00f91a04c1b88e1ef131839ebfcce3fa5c89588c9a89d0121ec4f83d53c96095aad3a83994c4794ded1422592fe415c9d9
+ source = python-nostalgiaforinfinity-v14.1.147.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.1.147.tar.gz
+ sha512sums = d77cf2328bf0ff546b66216b9573be84b45f07090a42aabbee4bbed9683632b0c1379018bc9f3f5ac8ce508af28b63d19e83b66a85d2777ecb6d8900396aa3a1
pkgname = python-nostalgiaforinfinity
diff --git a/PKGBUILD b/PKGBUILD
index 1bb6a5cb5b3d..dbe88904356f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
readonly _pkgname="NostalgiaForInfinity"
pkgname="python-nostalgiaforinfinity"
-pkgver="14.1.116"
+pkgver="14.1.147"
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=("b271e55b5853ef81e62e574356f14a00f91a04c1b88e1ef131839ebfcce3fa5c89588c9a89d0121ec4f83d53c96095aad3a83994c4794ded1422592fe415c9d9")
+sha512sums=("d77cf2328bf0ff546b66216b9573be84b45f07090a42aabbee4bbed9683632b0c1379018bc9f3f5ac8ce508af28b63d19e83b66a85d2777ecb6d8900396aa3a1")
check()
{