summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoragilob2021-01-23 17:14:17 +0000
committeragilob2021-01-23 17:14:17 +0000
commita306574919f64f98175ebc1b78b7dc7558e892c9 (patch)
tree553f37efdb3b5001a7bff43e95245cc7a498e1f9
parentef253e06228157b63a2cf00d1c4bcb25a25d47ca (diff)
downloadaur-a306574919f64f98175ebc1b78b7dc7558e892c9.tar.gz
Bump to 1.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0af6aaf50667..ab9be1b08dfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nault-bin
pkgdesc = Official Nault AppImage client
- pkgver = 1.8.9
+ pkgver = 1.9.0
pkgrel = 1
url = https://github.com/Nault/Nault
install = nault-bin.install
@@ -11,8 +11,8 @@ pkgbase = nault-bin
conflicts = nault-bin
noextract = nault.AppImage
options = !strip
- source = https://github.com/Nault/Nault/releases/download/v1.8.9/Nault-1.8.9-Linux.AppImage
- sha512sums = 98304514ae05d4db369986cd45770e73fe5bf613955780c12c10d2752c5454e5c20613f3374b768fe50658f3a8abee3377e3e30502fe03f17756d9a90d56d19b
+ source = https://github.com/Nault/Nault/releases/download/v1.9.0/Nault-1.9.0-Linux.AppImage
+ sha512sums = b1b3716dc6e2373976801cdfa8880096fadbaf18b971760934335bffa860c86b319efe63e0cc957e4dd11abe2e325ab81093dbf85c69fc60ff7dbd772b6ae5e9
pkgname = nault-bin
diff --git a/PKGBUILD b/PKGBUILD
index e1b2a17f66cb..3c04aa261b8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: agilob <archlinux@agilob.net>
pkgname=nault-bin
-pkgver=1.8.9
-pkgrel=2
+pkgver=1.9.0
+pkgrel=1
pkgdesc='Official Nault AppImage client'
arch=('x86_64')
url='https://github.com/Nault/Nault'
@@ -13,7 +13,7 @@ options=(!strip)
_appimage="nault.AppImage"
source=("https://github.com/Nault/Nault/releases/download/v${pkgver}/Nault-${pkgver}-Linux.AppImage")
noextract=("${_appimage}")
-sha512sums=('98304514ae05d4db369986cd45770e73fe5bf613955780c12c10d2752c5454e5c20613f3374b768fe50658f3a8abee3377e3e30502fe03f17756d9a90d56d19b')
+sha512sums=('b1b3716dc6e2373976801cdfa8880096fadbaf18b971760934335bffa860c86b319efe63e0cc957e4dd11abe2e325ab81093dbf85c69fc60ff7dbd772b6ae5e9')
install="${pkgname}.install"
# extracting icons doesnt work now, this is here for future purposes