summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoki Kanazawa2020-01-15 21:01:16 +0900
committerNaoki Kanazawa2020-01-15 21:01:16 +0900
commitc20ff5208653b140b9a0e73113a4901b96a329e0 (patch)
tree2ddf953f5e09cc47674a7a4010396682d6c8acf0
parent3225655b55feb424f67d2160be84026a63253fc0 (diff)
downloadaur-c20ff5208653b140b9a0e73113a4901b96a329e0.tar.gz
Update to 1.63.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0778c9ac1b98..4c1fecff65a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = station
pkgdesc = The one app to rule them all
- pkgver = 1.63.3
+ pkgver = 1.63.4
pkgrel = 1
url = https://getstation.com/
arch = x86_64
license = MIT
- source = https://github.com/getstation/desktop-app-releases/releases/download/1.63.3/Station-1.63.3-x86_64.AppImage
- sha256sums = f1dae19b2c625ae0fdb2a4a62819b736fd0c7dd22e37305e2105b0422069ced4
+ source = https://github.com/getstation/desktop-app-releases/releases/download/1.63.4/Station-1.63.4-x86_64.AppImage
+ sha256sums = 5d2cf6857386fab84afe7370176160322f5067bfbcfc10d0609e468155a71358
pkgname = station
diff --git a/PKGBUILD b/PKGBUILD
index 0ed589ca9c60..7df62f1e4338 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.3
+pkgver=1.63.4
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=('f1dae19b2c625ae0fdb2a4a62819b736fd0c7dd22e37305e2105b0422069ced4')
+sha256sums=('5d2cf6857386fab84afe7370176160322f5067bfbcfc10d0609e468155a71358')
prepare() {
chmod u+x ./Station-${pkgver}-x86_64.AppImage