summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2024-02-23 10:25:36 +0100
committerMatheus2024-02-23 10:25:36 +0100
commitbb756b8b536048ecd5a2d23f3fd6de4a0233d20f (patch)
tree43e63159524cb9a127bdd1f552fc802b1a386335
parentc554141aecd767a4cec0658d94dbdf3e579cfbd3 (diff)
downloadaur-bb756b8b536048ecd5a2d23f3fd6de4a0233d20f.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 52f9907fcd96..e6bd6a8aadbe 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nostalgiaforinfinity
pkgdesc = Trading strategy for the Freqtrade crypto bot.
- pkgver = 14.1.147
+ pkgver = 14.1.225
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.147.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.1.147.tar.gz
- sha512sums = d77cf2328bf0ff546b66216b9573be84b45f07090a42aabbee4bbed9683632b0c1379018bc9f3f5ac8ce508af28b63d19e83b66a85d2777ecb6d8900396aa3a1
+ source = python-nostalgiaforinfinity-v14.1.225.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.1.225.tar.gz
+ sha512sums = a8e0ffe5f3f1b499039fbdb67f1d5a700e8e08e5e278c0c9766cc700847df191bd82bf3690dce134f6fc41d6ac55f511760c54bc00734ec7c440505c8a4c5f75
pkgname = python-nostalgiaforinfinity
diff --git a/PKGBUILD b/PKGBUILD
index dbe88904356f..e4622e5ac47e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
readonly _pkgname="NostalgiaForInfinity"
pkgname="python-nostalgiaforinfinity"
-pkgver="14.1.147"
+pkgver="14.1.225"
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=("d77cf2328bf0ff546b66216b9573be84b45f07090a42aabbee4bbed9683632b0c1379018bc9f3f5ac8ce508af28b63d19e83b66a85d2777ecb6d8900396aa3a1")
+sha512sums=("a8e0ffe5f3f1b499039fbdb67f1d5a700e8e08e5e278c0c9766cc700847df191bd82bf3690dce134f6fc41d6ac55f511760c54bc00734ec7c440505c8a4c5f75")
check()
{