summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2022-11-18 11:39:08 -0500
committerAndrew Sun2022-11-18 11:39:08 -0500
commitea81eb72aa90bf5cdf45ead26579c1dc4cb477d2 (patch)
tree4e087b60f45b956d1918156b64794ef67314d80d
parenteb845ae2d7d3e65ed20de52ad552ee9cf7fadcaf (diff)
downloadaur-ea81eb72aa90bf5cdf45ead26579c1dc4cb477d2.tar.gz
2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8610101f0e5c..427920a1a604 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = lightning
pkgdesc = Library that generates assembly language code at run-time
- pkgver = 2.1.4
+ pkgver = 2.2.0
pkgrel = 1
url = https://www.gnu.org/software/lightning/
arch = i686
arch = x86_64
license = GPL
depends = zlib
- source = https://ftp.gnu.org/gnu/lightning/lightning-2.1.4.tar.gz
- sha256sums = 0152697cdfec0e5b178ddc825e106f52c24956c0bf8ed1114ba7dfbabe90dc4f
+ source = https://ftp.gnu.org/gnu/lightning/lightning-2.2.0.tar.gz
+ sha256sums = 4e3984ff1ccf0ba30a985211d40fc5c06b25f014ebdf3d80d0fe3d0c80dd7c0e
pkgname = lightning
diff --git a/PKGBUILD b/PKGBUILD
index b9635b69d86b..832f29f36397 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.1.4
+pkgver=2.2.0
pkgrel=1
pkgdesc='Library that generates assembly language code at run-time'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url='https://www.gnu.org/software/lightning/'
license=('GPL')
depends=('zlib')
source=("https://ftp.gnu.org/gnu/lightning/lightning-${pkgver}.tar.gz")
-sha256sums=('0152697cdfec0e5b178ddc825e106f52c24956c0bf8ed1114ba7dfbabe90dc4f')
+sha256sums=('4e3984ff1ccf0ba30a985211d40fc5c06b25f014ebdf3d80d0fe3d0c80dd7c0e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"