summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2024-04-23 07:33:58 +0200
committerMatheus2024-04-23 07:33:58 +0200
commit71b63604a666f2cd1cabebec475f0fdedf25e619 (patch)
tree6284295214d7f6724df345c4b352a91f33e06b3a
parent5e31419b41aec6584253494d6fd9fc731902e70d (diff)
downloadaur-71b63604a666f2cd1cabebec475f0fdedf25e619.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 a345f34b0815..07ad96e8722b 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nostalgiaforinfinity
pkgdesc = Trading strategy for the Freqtrade crypto bot.
- pkgver = 14.1.612
+ pkgver = 14.1.622
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.612.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.1.612.tar.gz
- sha512sums = 60c3c1c425ea4e8b875ad71c7963f4a89a80fe91ea257e13d580b2d6533504e75df9dd47444766b6a6765529a34729b370f0b80ea5b5ed0f726f17834c9b363f
+ source = python-nostalgiaforinfinity-v14.1.622.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.1.622.tar.gz
+ sha512sums = 0f5a1e835a48e3b0ece36584890af138ea9b41d15f7db4486ba3d55c3437d678abae8615f98029674d0ead3b4f56380fb58fb202689aaea7bf9f9f4d4fda2029
pkgname = python-nostalgiaforinfinity
diff --git a/PKGBUILD b/PKGBUILD
index 70a371944a9a..ddfa3c61b577 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
readonly _pkgname="NostalgiaForInfinity"
pkgname="python-nostalgiaforinfinity"
-pkgver="14.1.612"
+pkgver="14.1.622"
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=("60c3c1c425ea4e8b875ad71c7963f4a89a80fe91ea257e13d580b2d6533504e75df9dd47444766b6a6765529a34729b370f0b80ea5b5ed0f726f17834c9b363f")
+sha512sums=("0f5a1e835a48e3b0ece36584890af138ea9b41d15f7db4486ba3d55c3437d678abae8615f98029674d0ead3b4f56380fb58fb202689aaea7bf9f9f4d4fda2029")
check()
{