summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoragilob2021-01-04 14:44:16 +0000
committeragilob2021-01-04 14:44:16 +0000
commit4344bb28a27ab32b34e35eda16bc3996dc11d2d9 (patch)
treef0a9e6757d69584f66511be5f940f544026c9054
parent8ce1b2e04d718e7110c9c1e1698913bd44de1b21 (diff)
downloadaur-4344bb28a27ab32b34e35eda16bc3996dc11d2d9.tar.gz
Bump to 1.8.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e607900eb8d4..a8b6aaa7cc7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nault-bin
pkgdesc = Official Nault AppImage client
- pkgver = 1.8.7
+ pkgver = 1.8.8
pkgrel = 1
url = https://github.com/Nault/Nault
install = nault-bin.install
@@ -10,8 +10,8 @@ pkgbase = nault-bin
conflicts = nault-bin
noextract = nault.AppImage
options = !strip
- source = https://github.com/Nault/Nault/releases/download/v1.8.7/Nault-1.8.7-Linux.AppImage
- sha512sums = d3c3a3f57ab909ee22e7aabf29c5a9a29808455849781495bdfde08560132aa94c1f32996e84426397af38c80654f25917725b9ce54f470815108fde5527ba01
+ source = https://github.com/Nault/Nault/releases/download/v1.8.8/Nault-1.8.8-Linux.AppImage
+ sha512sums = 6c842e1f1d1874e0129e6b77416238a6fecc96d8ed480dff100695edceb5c3eae4421aa5b5ff69f63f94d4d1b4059c6af3f954bdd6de306c52232d61159982f3
pkgname = nault-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9eb2fde7c22b..e25b605fb5a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: agilob <archlinux@agilob.net>
pkgname=nault-bin
-pkgver=1.8.7
+pkgver=1.8.8
pkgrel=1
pkgdesc='Official Nault AppImage client'
arch=('x86_64')
@@ -12,7 +12,7 @@ options=(!strip)
_appimage="nault.AppImage"
source=("https://github.com/Nault/Nault/releases/download/v${pkgver}/Nault-${pkgver}-Linux.AppImage")
noextract=("${_appimage}")
-sha512sums=('d3c3a3f57ab909ee22e7aabf29c5a9a29808455849781495bdfde08560132aa94c1f32996e84426397af38c80654f25917725b9ce54f470815108fde5527ba01')
+sha512sums=('6c842e1f1d1874e0129e6b77416238a6fecc96d8ed480dff100695edceb5c3eae4421aa5b5ff69f63f94d4d1b4059c6af3f954bdd6de306c52232d61159982f3')
install="${pkgname}.install"
# extracting icons doesnt work now, this is here for future purposes