summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2024-03-20 08:16:44 +0100
committerMatheus2024-03-20 08:16:44 +0100
commit73af6071bc6504f29848b68383785ec1a8f35374 (patch)
tree3e9658aa27d8903c40c7a6a451b1e5e9ca9aca79
parente611d45ba1de5c99ebf4b15b880878366234b9d6 (diff)
downloadaur-73af6071bc6504f29848b68383785ec1a8f35374.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 07488784392c..969328e48108 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nostalgiaforinfinity
pkgdesc = Trading strategy for the Freqtrade crypto bot.
- pkgver = 14.1.346
+ pkgver = 14.1.378
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.346.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.1.346.tar.gz
- sha512sums = 4a75e37fabfa6c51be763eacf02da7058fa5c8d5b5c1c63ca571a06f75a10171c530bf8a989c11b693d931f6c16a41dbed9bda78d332a9fe117ba94a6b029946
+ source = python-nostalgiaforinfinity-v14.1.378.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.1.378.tar.gz
+ sha512sums = 461f451284374a5fc801bc8f35e27947c7d00cb950377d651867614041af9b5fb07462aa97c0e8b3201354b023e6bf3c2d93f21f5e6abd34efc21f1d00f1be81
pkgname = python-nostalgiaforinfinity
diff --git a/PKGBUILD b/PKGBUILD
index 8c19da3f72f8..4088961cbbb7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
readonly _pkgname="NostalgiaForInfinity"
pkgname="python-nostalgiaforinfinity"
-pkgver="14.1.346"
+pkgver="14.1.378"
pkgrel="1"
pkgdesc="Trading strategy for the Freqtrade crypto bot."
arch=("any")
@@ -17,7 +17,7 @@ license=("GPL-3.0-or-later")
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=("4a75e37fabfa6c51be763eacf02da7058fa5c8d5b5c1c63ca571a06f75a10171c530bf8a989c11b693d931f6c16a41dbed9bda78d332a9fe117ba94a6b029946")
+sha512sums=("461f451284374a5fc801bc8f35e27947c7d00cb950377d651867614041af9b5fb07462aa97c0e8b3201354b023e6bf3c2d93f21f5e6abd34efc21f1d00f1be81")
check()
{