summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoki Kanazawa2020-02-29 02:26:53 +0900
committerNaoki Kanazawa2020-02-29 02:27:05 +0900
commit24394d3cf32e26a5a6e4d53e9d9146cf7c014869 (patch)
tree6e1924d270c29605ea807fd64f6e31b563a307e5
parentc20ff5208653b140b9a0e73113a4901b96a329e0 (diff)
downloadaur-24394d3cf32e26a5a6e4d53e9d9146cf7c014869.tar.gz
Update to v1.65.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c1fecff65a3..56b2d61d771a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = station
pkgdesc = The one app to rule them all
- pkgver = 1.63.4
+ pkgver = 1.65.0
pkgrel = 1
url = https://getstation.com/
arch = x86_64
license = MIT
- source = https://github.com/getstation/desktop-app-releases/releases/download/1.63.4/Station-1.63.4-x86_64.AppImage
- sha256sums = 5d2cf6857386fab84afe7370176160322f5067bfbcfc10d0609e468155a71358
+ source = https://github.com/getstation/desktop-app-releases/releases/download/1.65.0/Station-1.65.0-x86_64.AppImage
+ sha256sums = 41655ce242f1d15962e4232f0611d707602a4a4f4cd1539a6303b50cf99af3d7
pkgname = station
diff --git a/PKGBUILD b/PKGBUILD
index 7df62f1e4338..9e6d66728c87 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.4
+pkgver=1.65.0
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=('5d2cf6857386fab84afe7370176160322f5067bfbcfc10d0609e468155a71358')
+sha256sums=('41655ce242f1d15962e4232f0611d707602a4a4f4cd1539a6303b50cf99af3d7')
prepare() {
chmod u+x ./Station-${pkgver}-x86_64.AppImage