summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorariasuni2020-06-24 03:42:35 +0200
committerariasuni2020-06-24 03:42:35 +0200
commit9426bd5611130838ce4b5ef797f7eca4c5b8081b (patch)
tree0648a9373ed1135df844893b49221ac483b962d1
parentf637443345574c541b3a62966e4980e84eb17e49 (diff)
downloadaur-9426bd5611130838ce4b5ef797f7eca4c5b8081b.tar.gz
update to 1.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2d16a82f07b..c6e90af54ce0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyperspace-bin
pkgdesc = The fluffiest client for the fediverse
- pkgver = 1.1.2
+ pkgver = 1.1.3
pkgrel = 1
epoch = 1
url = https://hyperspace.marquiskurt.net/
@@ -14,9 +14,9 @@ pkgbase = hyperspace-bin
depends = xdg-utils
depends = libappindicator-gtk3
depends = libsecret
- source = https://github.com/hyperspacedev/hyperspace/releases/download/v1.1.2/hyperspace_1.1.2_amd64.deb
+ source = https://github.com/hyperspacedev/hyperspace/releases/download/v1.1.3/hyperspace_1.1.3_amd64.deb
source = LICENSE.txt
- sha256sums = 71de070a8cd09194e5c7bb184584f492f10ba21227ee8fe073d65ecb0cdd4b8b
+ sha256sums = e330c191d3cf7a45bc207068cfe416d4a092ca88c87402526e3bee707e810ccb
sha256sums = f49ae3685bf4635b0eb6f07fe684ed1b30f5b2a2c9b5b05b589fb9edfead8d35
pkgname = hyperspace-bin
diff --git a/PKGBUILD b/PKGBUILD
index a9222bc4e702..99a55ff6ea12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=hyperspace
pkgname="$_appname-bin"
-pkgver=1.1.2
+pkgver=1.1.3
pkgrel=1
epoch=1
pkgdesc='The fluffiest client for the fediverse'
@@ -12,7 +12,7 @@ license=('custom:NPLv4')
depends=(gtk3 libnotify nss libxss libxtst xdg-utils libappindicator-gtk3 libsecret)
source=("https://github.com/hyperspacedev/hyperspace/releases/download/v${pkgver//_/-}/hyperspace_${pkgver//_/-}_amd64.deb"
'LICENSE.txt')
-sha256sums=('71de070a8cd09194e5c7bb184584f492f10ba21227ee8fe073d65ecb0cdd4b8b'
+sha256sums=('e330c191d3cf7a45bc207068cfe416d4a092ca88c87402526e3bee707e810ccb'
'f49ae3685bf4635b0eb6f07fe684ed1b30f5b2a2c9b5b05b589fb9edfead8d35')
build() {