summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoki Kanazawa2019-12-04 22:05:26 +0900
committerNaoki Kanazawa2019-12-04 22:05:26 +0900
commit0d78fc54049ae22b944e60fdaf543c8d62413017 (patch)
treeb16c2a0655b37c5431be7d2433edebe3a8ace50c
parent81265e17077fbb1675420ba3266d15640a31d97c (diff)
downloadaur-0d78fc54049ae22b944e60fdaf543c8d62413017.tar.gz
Update to 1.61.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03a9633a941d..af9270107b8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = station
pkgdesc = The one app to rule them all
- pkgver = 1.59.2
+ pkgver = 1.61.0
pkgrel = 1
url = https://getstation.com/
arch = x86_64
license = MIT
- source = https://github.com/getstation/desktop-app-releases/releases/download/1.59.2/Station-1.59.2-x86_64.AppImage
- sha256sums = 1031de22ca0dc2784aa140ced125c4f769c2961e42d1c366d14e508a7a58e081
+ source = https://github.com/getstation/desktop-app-releases/releases/download/1.61.0/Station-1.61.0-x86_64.AppImage
+ sha256sums = 85e95d434ebb775d928d51bad26d9dcb91c4f41bf7e899f261babb6a0a09d7fe
pkgname = station
diff --git a/PKGBUILD b/PKGBUILD
index ba21b7bbda97..ed00c104a6bf 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.59.2
+pkgver=1.61.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=('1031de22ca0dc2784aa140ced125c4f769c2961e42d1c366d14e508a7a58e081')
+sha256sums=('85e95d434ebb775d928d51bad26d9dcb91c4f41bf7e899f261babb6a0a09d7fe')
prepare() {
chmod u+x ./Station-${pkgver}-x86_64.AppImage