summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2024-01-04 14:41:16 +0100
committerMatheus2024-01-04 14:41:16 +0100
commitea0602440f4236a8139ff1b1df8ff2c3abb84e31 (patch)
tree073e06561aaab5e064cb5ded36e13df9971ef270
parent6e0a09f5e8cfab5618a5583899cceaab8f2a3a11 (diff)
downloadaur-ea0602440f4236a8139ff1b1df8ff2c3abb84e31.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 c044e062d3f9..70496b9bf2b0 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nostalgiaforinfinity
pkgdesc = Trading strategy for the Freqtrade crypto bot.
- pkgver = 14.0.674
+ pkgver = 14.0.719
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.674.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.0.674.tar.gz
- sha512sums = 661911ab3eb0bed8915f5b2f0c536686b83ba66371d17c9443223b6d6e9a8eb1a7d7da2296cee2fe8b1fa9f575dd3b0866fbf6510c8c8288bc698138b919b08e
+ source = python-nostalgiaforinfinity-v14.0.719.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.0.719.tar.gz
+ sha512sums = f8ab3da750a273f6cc16e8a056a6245bb936f28ca5088de65177737f10233fe7bd66c956685e92fe10dbbd547cd6077e9ae12adf5b56340d4fed727b8ae79c15
pkgname = python-nostalgiaforinfinity
diff --git a/PKGBUILD b/PKGBUILD
index c85658577459..740eb59d671d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
readonly _pkgname="NostalgiaForInfinity"
pkgname="python-nostalgiaforinfinity"
-pkgver="14.0.674"
+pkgver="14.0.719"
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=("661911ab3eb0bed8915f5b2f0c536686b83ba66371d17c9443223b6d6e9a8eb1a7d7da2296cee2fe8b1fa9f575dd3b0866fbf6510c8c8288bc698138b919b08e")
+sha512sums=("f8ab3da750a273f6cc16e8a056a6245bb936f28ca5088de65177737f10233fe7bd66c956685e92fe10dbbd547cd6077e9ae12adf5b56340d4fed727b8ae79c15")
check()
{