summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2022-11-18 11:39:08 -0500
committerAndrew Sun2022-11-18 11:39:08 -0500
commitea81eb72aa90bf5cdf45ead26579c1dc4cb477d2 (patch)
tree4e087b60f45b956d1918156b64794ef67314d80d /PKGBUILD
parenteb845ae2d7d3e65ed20de52ad552ee9cf7fadcaf (diff)
downloadaur-ea81eb72aa90bf5cdf45ead26579c1dc4cb477d2.tar.gz
2.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"