summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-08-31 18:44:52 +0200
committerMatheus2023-08-31 18:44:52 +0200
commit2bb8917e953ca00b0db8ba5ad3be1fa0cd9b2407 (patch)
treef57c8a97b935ab1ac2d1f163e989d7cb50825b20
parent5858dd183995fbfc32d00455b5ad8654df7c656f (diff)
downloadaur-2bb8917e953ca00b0db8ba5ad3be1fa0cd9b2407.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 daf9a6dc25b2..f27772e12537 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nostalgiaforinfinity
pkgdesc = Trading strategy for the Freqtrade crypto bot.
- pkgver = 13.0.457
+ pkgver = 13.0.463
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.457.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v13.0.457.tar.gz
- sha512sums = c54175e48d0741896c9ab5f909eaca8105219f2c8541aedbe0c73a70cee732af5accb5a75b5486db06ee01a17a86a7d01894a534eb21be8460f4cd6037148712
+ source = python-nostalgiaforinfinity-v13.0.463.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v13.0.463.tar.gz
+ sha512sums = 4a09cd263f6c82e5b2df512bf560e4c4492f202566cdb7cb6332141d6fc33ead2b7f21119ae59ae7c2376fa28762442cef191c0a8cc2c98c356202137ef47d8c
pkgname = python-nostalgiaforinfinity
diff --git a/PKGBUILD b/PKGBUILD
index e4003f14a515..ff1dd72131b1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
readonly _pkgname="NostalgiaForInfinity"
pkgname="python-nostalgiaforinfinity"
-pkgver="13.0.457"
+pkgver="13.0.463"
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=("c54175e48d0741896c9ab5f909eaca8105219f2c8541aedbe0c73a70cee732af5accb5a75b5486db06ee01a17a86a7d01894a534eb21be8460f4cd6037148712")
+sha512sums=("4a09cd263f6c82e5b2df512bf560e4c4492f202566cdb7cb6332141d6fc33ead2b7f21119ae59ae7c2376fa28762442cef191c0a8cc2c98c356202137ef47d8c")
check()
{