summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-12-11 12:40:32 +0100
committerMatheus2023-12-11 12:40:32 +0100
commit0c8e1ffcd0771cbdc033775461f2adf71866f7ae (patch)
tree453e07a6876eca48d74db5fd44f35e84ab8b1298
parentad018ffa0eb5ae2eb34c127f7da64b4f9dfb1e30 (diff)
downloadaur-0c8e1ffcd0771cbdc033775461f2adf71866f7ae.tar.gz
Version update
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5063bf89aee2..27ce5c664272 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = core-lightning
pkgdesc = Lightning Network implementation focusing on specification compliance and performance.
- pkgver = 23.08.1
+ pkgver = 23.11
pkgrel = 1
url = https://github.com/ElementsProject/lightning
arch = x86_64
@@ -31,7 +31,7 @@ pkgbase = core-lightning
optdepends = shellcheck: Shell script analysis
optdepends = valgrind: Tool for memory management problems
conflicts = core-lightning-git
- source = core-lightning::git+https://github.com/ElementsProject/lightning.git#tag=e66d642e3d707c35d1d346cb64038ef0188de22b
+ source = core-lightning::git+https://github.com/ElementsProject/lightning.git#tag=5887be000c061bec0a28e513c2ba4fc71edfec95
source = git+https://github.com/ElementsProject/libwally-core.git
source = git+https://github.com/ianlancetaylor/libbacktrace.git
source = git+https://github.com/jedisct1/libsodium.git
diff --git a/PKGBUILD b/PKGBUILD
index 361d43b52aca..4490ed08e8ea 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
# Contributor: Matheus <matheusgwdl@protonmail.com>
declare -r _pkgname="lightning"
-declare -r _tag="e66d642e3d707c35d1d346cb64038ef0188de22b"
+declare -r _tag="5887be000c061bec0a28e513c2ba4fc71edfec95"
pkgname="core-lightning"
-pkgver="23.08.1"
+pkgver="23.11"
pkgrel="1"
pkgdesc="Lightning Network implementation focusing on specification compliance and performance."
arch=("x86_64")