summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2024-02-08 23:08:20 -0500
committerAndrew Sun2024-02-08 23:08:20 -0500
commit2be32b9e6d2b8eac7e553a09343945c9f7ca8a0f (patch)
tree964097398b852667f31f72b63b7363d9e5c1d207
parentc473fb29f989b51583071753d762ce72720cf66f (diff)
downloadaur-2be32b9e6d2b8eac7e553a09343945c9f7ca8a0f.tar.gz
2.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf1d90d27760..660ab68e1dad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightning
pkgdesc = Library that generates assembly language code at run-time
- pkgver = 2.2.2
+ pkgver = 2.2.3
pkgrel = 1
url = https://www.gnu.org/software/lightning/
arch = i686
@@ -8,7 +8,7 @@ pkgbase = lightning
license = GPL
depends = binutils
options = !debug
- source = https://ftp.gnu.org/gnu/lightning/lightning-2.2.2.tar.gz
- sha256sums = 0aca8242dead17d62117bcfcb078e6a9ea856cc81742813c9e8394bcce73b3e2
+ source = https://ftp.gnu.org/gnu/lightning/lightning-2.2.3.tar.gz
+ sha256sums = c045c7a33a00affbfeb11066fa502c03992e474a62ba95977aad06dbc14c6829
pkgname = lightning
diff --git a/PKGBUILD b/PKGBUILD
index 81abccf19d2c..7d42caf237ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mario Rodas <marsam at users dot noreply dot github dot com>
pkgname=lightning
-pkgver=2.2.2
+pkgver=2.2.3
pkgrel=1
pkgdesc='Library that generates assembly language code at run-time'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('binutils')
options=('!debug')
source=("https://ftp.gnu.org/gnu/lightning/lightning-${pkgver}.tar.gz")
-sha256sums=('0aca8242dead17d62117bcfcb078e6a9ea856cc81742813c9e8394bcce73b3e2')
+sha256sums=('c045c7a33a00affbfeb11066fa502c03992e474a62ba95977aad06dbc14c6829')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"