summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoragilob2020-09-12 21:21:20 +0100
committeragilob2020-09-12 21:21:20 +0100
commit82fc4e247e4a8f16a6e113396982cad7254b3dd5 (patch)
treef655f80d6277315cac8ff02af718e5daebda104d
parent114976c83e89c45d1dce4ee6db45f2aec17985e2 (diff)
downloadaur-82fc4e247e4a8f16a6e113396982cad7254b3dd5.tar.gz
Bump to 1.7.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d25ec0594ad..4a2dccfc2676 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nault-bin
pkgdesc = Official Nault AppImage client
- pkgver = 1.7.8
+ pkgver = 1.7.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.7.8/Nault-1.7.8.AppImage
- sha512sums = 27a142ffa23ffe34ae629e9c9dbc3ee0550d7b17baa64f4e0db550b85db4a3b917724f8ad7ea8ce274ee5a4c8ae7075ed6d5b2def89a63ebcc40279823f4316c
+ source = https://github.com/Nault/Nault/releases/download/v1.7.9/Nault-1.7.9.AppImage
+ sha512sums = f44e897c535b2d48eeae1ed959a8214d9963fe2c507686e567ff58eabaf2cb68e16dd34854019b74fe9383c2c31877430028033f5bccf6d3f2f0c7de2c7b59d1
pkgname = nault-bin
diff --git a/PKGBUILD b/PKGBUILD
index b40900d5f61f..e4af6f4d6be1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: agilob <archlinux@agilob.net>
pkgname=nault-bin
-pkgver=1.7.8
+pkgver=1.7.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}.AppImage")
noextract=("${_appimage}")
-sha512sums=('27a142ffa23ffe34ae629e9c9dbc3ee0550d7b17baa64f4e0db550b85db4a3b917724f8ad7ea8ce274ee5a4c8ae7075ed6d5b2def89a63ebcc40279823f4316c')
+sha512sums=('f44e897c535b2d48eeae1ed959a8214d9963fe2c507686e567ff58eabaf2cb68e16dd34854019b74fe9383c2c31877430028033f5bccf6d3f2f0c7de2c7b59d1')
install="${pkgname}.install"
# extracting icons doesnt work now, this is here for future purposes