summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoki Kanazawa2020-01-10 09:45:03 +0900
committerNaoki Kanazawa2020-01-10 09:45:03 +0900
commit3225655b55feb424f67d2160be84026a63253fc0 (patch)
treee2ccc557519c70863e22b9be06ca77d8bdd67a9f
parent056108db3df198c6a5db28d9582786a393105e4f (diff)
downloadaur-3225655b55feb424f67d2160be84026a63253fc0.tar.gz
Update to 1.63.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb15a05a7b01..0778c9ac1b98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = station
pkgdesc = The one app to rule them all
- pkgver = 1.63.2
+ pkgver = 1.63.3
pkgrel = 1
url = https://getstation.com/
arch = x86_64
license = MIT
- source = https://github.com/getstation/desktop-app-releases/releases/download/1.63.2/Station-1.63.2-x86_64.AppImage
- sha256sums = 235b29ebfe40d1d4f22d036dcedc6f08660479b401a6f9cd6eb3099cd2a69436
+ source = https://github.com/getstation/desktop-app-releases/releases/download/1.63.3/Station-1.63.3-x86_64.AppImage
+ sha256sums = f1dae19b2c625ae0fdb2a4a62819b736fd0c7dd22e37305e2105b0422069ced4
pkgname = station
diff --git a/PKGBUILD b/PKGBUILD
index 974bec5ed347..0ed589ca9c60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Naoki Kanazawa <nk dot naoki912 at gmail dot com>
# Contributor: Yegorius <yegorius at domic dot us>
pkgname=station
-pkgver=1.63.2
+pkgver=1.63.3
pkgrel=1
pkgdesc='The one app to rule them all'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
source=(
"https://github.com/getstation/desktop-app-releases/releases/download/${pkgver}/Station-${pkgver}-x86_64.AppImage"
)
-sha256sums=('235b29ebfe40d1d4f22d036dcedc6f08660479b401a6f9cd6eb3099cd2a69436')
+sha256sums=('f1dae19b2c625ae0fdb2a4a62819b736fd0c7dd22e37305e2105b0422069ced4')
prepare() {
chmod u+x ./Station-${pkgver}-x86_64.AppImage