summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoragilob2021-01-10 11:24:49 +0000
committeragilob2021-01-10 11:25:04 +0000
commit074b4188dcdba58b3034bd8670a0f17e6f2256de (patch)
tree3170de1b0ed24e8ee33d9fa311f93bead5fa3241
parent4344bb28a27ab32b34e35eda16bc3996dc11d2d9 (diff)
downloadaur-074b4188dcdba58b3034bd8670a0f17e6f2256de.tar.gz
Bump to 1.8.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8b6aaa7cc7b..0a7695703108 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nault-bin
pkgdesc = Official Nault AppImage client
- pkgver = 1.8.8
+ pkgver = 1.8.9
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.8/Nault-1.8.8-Linux.AppImage
- sha512sums = 6c842e1f1d1874e0129e6b77416238a6fecc96d8ed480dff100695edceb5c3eae4421aa5b5ff69f63f94d4d1b4059c6af3f954bdd6de306c52232d61159982f3
+ source = https://github.com/Nault/Nault/releases/download/v1.8.9/Nault-1.8.9-Linux.AppImage
+ sha512sums = 98304514ae05d4db369986cd45770e73fe5bf613955780c12c10d2752c5454e5c20613f3374b768fe50658f3a8abee3377e3e30502fe03f17756d9a90d56d19b
pkgname = nault-bin
diff --git a/PKGBUILD b/PKGBUILD
index e25b605fb5a9..36445584a5d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: agilob <archlinux@agilob.net>
pkgname=nault-bin
-pkgver=1.8.8
+pkgver=1.8.9
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=('6c842e1f1d1874e0129e6b77416238a6fecc96d8ed480dff100695edceb5c3eae4421aa5b5ff69f63f94d4d1b4059c6af3f954bdd6de306c52232d61159982f3')
+sha512sums=('98304514ae05d4db369986cd45770e73fe5bf613955780c12c10d2752c5454e5c20613f3374b768fe50658f3a8abee3377e3e30502fe03f17756d9a90d56d19b')
install="${pkgname}.install"
# extracting icons doesnt work now, this is here for future purposes