summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-10-01 09:00:28 +0200
committerMatheus2023-10-01 09:00:28 +0200
commit866a995fda53a11853c69f3ae7273b41d5074377 (patch)
tree27ea91ca90a2915b01a1053b7c87e3ed77afff34
parent47f1dc3e5bc08ecd0cd432dc31999dbe1b008ba9 (diff)
downloadaur-866a995fda53a11853c69f3ae7273b41d5074377.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 959e1c756663..c89d7bd13513 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nostalgiaforinfinity
pkgdesc = Trading strategy for the Freqtrade crypto bot.
- pkgver = 13.0.530
+ pkgver = 14.0.243
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-v13.0.530.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v13.0.530.tar.gz
- sha512sums = c4df580a7931690526aae21c52c6b1d3bdd58d5ec043e36299269a523cf00750ac250c99b251e665f072d7e0b546cd05698db818ea53b2cc5b60af72d7b3cff0
+ source = python-nostalgiaforinfinity-v14.0.243.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.0.243.tar.gz
+ sha512sums = 819c0896ca02f9c1df0458bbf36cf14c94448aafce3556a93c852578ff9e2303743d02651970006bbe3077876d3d62336563b5fbca8ba285afc0335861b9a372
pkgname = python-nostalgiaforinfinity
diff --git a/PKGBUILD b/PKGBUILD
index 810480345f9f..f8c09b5a6e60 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
readonly _pkgname="NostalgiaForInfinity"
pkgname="python-nostalgiaforinfinity"
-pkgver="13.0.530"
+pkgver="14.0.243"
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")
makedepends=("git")
source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=("c4df580a7931690526aae21c52c6b1d3bdd58d5ec043e36299269a523cf00750ac250c99b251e665f072d7e0b546cd05698db818ea53b2cc5b60af72d7b3cff0")
+sha512sums=("819c0896ca02f9c1df0458bbf36cf14c94448aafce3556a93c852578ff9e2303743d02651970006bbe3077876d3d62336563b5fbca8ba285afc0335861b9a372")
check()
{