summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-10-03 08:53:14 +0200
committerMatheus2023-10-03 08:53:14 +0200
commit82d38f4214136fcd86d90f970ec8a53e4ff358da (patch)
treed7aae40c2ea39ea96c5e914d4d2adf693f1913b6
parent866a995fda53a11853c69f3ae7273b41d5074377 (diff)
downloadaur-82d38f4214136fcd86d90f970ec8a53e4ff358da.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 c89d7bd13513..9ef4daad0fa9 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nostalgiaforinfinity
pkgdesc = Trading strategy for the Freqtrade crypto bot.
- pkgver = 14.0.243
+ pkgver = 14.0.279
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.243.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.0.243.tar.gz
- sha512sums = 819c0896ca02f9c1df0458bbf36cf14c94448aafce3556a93c852578ff9e2303743d02651970006bbe3077876d3d62336563b5fbca8ba285afc0335861b9a372
+ source = python-nostalgiaforinfinity-v14.0.279.tar.gz::https://github.com/iterativv/NostalgiaForInfinity/archive/refs/tags/v14.0.279.tar.gz
+ sha512sums = f79f5eceae1b1ee957877f63f41759bb9ba878cabd7639e382b3a4ec9edba3f87f7b37856652c5ec9296449e913b743bb616eeb38d74cf07ab42ecd1634e4208
pkgname = python-nostalgiaforinfinity
diff --git a/PKGBUILD b/PKGBUILD
index f8c09b5a6e60..e163718d3305 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
readonly _pkgname="NostalgiaForInfinity"
pkgname="python-nostalgiaforinfinity"
-pkgver="14.0.243"
+pkgver="14.0.279"
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=("819c0896ca02f9c1df0458bbf36cf14c94448aafce3556a93c852578ff9e2303743d02651970006bbe3077876d3d62336563b5fbca8ba285afc0335861b9a372")
+sha512sums=("f79f5eceae1b1ee957877f63f41759bb9ba878cabd7639e382b3a4ec9edba3f87f7b37856652c5ec9296449e913b743bb616eeb38d74cf07ab42ecd1634e4208")
check()
{