summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Dellinger2024-02-11 11:05:22 +0100
committerJonas Dellinger2024-02-11 11:05:22 +0100
commit88bc7c6597c5a905761b1bdc41a92f901203a530 (patch)
tree6329d3e02692d13b3195e4a5ce325ae24c4308eb
parent59974a938854b1078e1510253c7bcd870e493dd6 (diff)
downloadaur-88bc7c6597c5a905761b1bdc41a92f901203a530.tar.gz
Update: 6.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7123b45005e..1d0db341e6c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = altair
pkgdesc = A beautiful feature-rich GraphQL Client for all platforms.
- pkgver = 5.2.2
+ pkgver = 5.3.0
pkgrel = 1
url = https://github.com/imolorhe/altair
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = altair
depends = dbus-glib
depends = electron
provides = altair
- source_x86_64 = altair-5.2.2.AppImage::https://github.com/imolorhe/altair/releases/download/v5.2.2/altair_5.2.2_x86_64_linux.AppImage
+ source_x86_64 = altair-5.3.0.AppImage::https://github.com/imolorhe/altair/releases/download/v5.3.0/altair_5.3.0_x86_64_linux.AppImage
source_x86_64 = altair
- sha256sums_x86_64 = 3ba8d6291b18af5603c1c8306f30452fc06aaf04b5f82da29049efc726be4b54
+ sha256sums_x86_64 = 9353b0c231e8f724ec7c05acb87bf78cf419b708ddd059073086bc10b40ac289
sha256sums_x86_64 = a3760d34334143f48d278f5cb17fd450da04048c7d3966e46bb44d35e9d171c7
pkgname = altair
diff --git a/PKGBUILD b/PKGBUILD
index fd85b8148df3..47c5a624d13b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonas Dellinger <jonas@dellinger.dev>
pkgname=altair
-pkgver=5.2.2
+pkgver=5.3.0
pkgrel=1
pkgdesc='A beautiful feature-rich GraphQL Client for all platforms.'
arch=('x86_64')
@@ -11,7 +11,7 @@ provides=('altair')
source_x86_64=("${pkgname}-${pkgver}.AppImage::https://github.com/imolorhe/altair/releases/download/v${pkgver}/altair_${pkgver}_${arch}_linux.AppImage"
altair)
-sha256sums_x86_64=('3ba8d6291b18af5603c1c8306f30452fc06aaf04b5f82da29049efc726be4b54'
+sha256sums_x86_64=('9353b0c231e8f724ec7c05acb87bf78cf419b708ddd059073086bc10b40ac289'
'a3760d34334143f48d278f5cb17fd450da04048c7d3966e46bb44d35e9d171c7')
prepare() {