summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2024-01-06 08:36:27 +0100
committerMatheus2024-01-06 08:36:27 +0100
commit866fd3e351fcef2f0b66a26b4488da016b2b264e (patch)
tree498b151b9f731966af9b1e08206a460f69215fb3
parentea0602440f4236a8139ff1b1df8ff2c3abb84e31 (diff)
downloadaur-866fd3e351fcef2f0b66a26b4488da016b2b264e.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 70496b9bf2b0..368a5da99d53 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nostalgiaforinfinity
pkgdesc = Trading strategy for the Freqtrade crypto bot.
- pkgver = 14.0.719
+ pkgver = 14.0.731
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.719.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.0.719.tar.gz
- sha512sums = f8ab3da750a273f6cc16e8a056a6245bb936f28ca5088de65177737f10233fe7bd66c956685e92fe10dbbd547cd6077e9ae12adf5b56340d4fed727b8ae79c15
+ source = python-nostalgiaforinfinity-v14.0.731.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.0.731.tar.gz
+ sha512sums = b77449eb10bb7184d73d760622e42e9b7f10733a185f2bbd2e51f4f4d28929e512a0e1d87b5022132f348fddff73a96f1073a2599f11757677a7d66c225ec9f6
pkgname = python-nostalgiaforinfinity
diff --git a/PKGBUILD b/PKGBUILD
index 740eb59d671d..155dfefb4f07 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
readonly _pkgname="NostalgiaForInfinity"
pkgname="python-nostalgiaforinfinity"
-pkgver="14.0.719"
+pkgver="14.0.731"
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=("f8ab3da750a273f6cc16e8a056a6245bb936f28ca5088de65177737f10233fe7bd66c956685e92fe10dbbd547cd6077e9ae12adf5b56340d4fed727b8ae79c15")
+sha512sums=("b77449eb10bb7184d73d760622e42e9b7f10733a185f2bbd2e51f4f4d28929e512a0e1d87b5022132f348fddff73a96f1073a2599f11757677a7d66c225ec9f6")
check()
{