summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoki Kanazawa2019-10-08 17:30:36 +0900
committerNaoki Kanazawa2019-10-08 17:30:36 +0900
commita331e026c1977543fe66780c8e0dfb02f856c084 (patch)
tree839ec9406279c2b7e9510a88a9088eb7a76e6336
parentf498c9ac42d4daa63e304929c20cfe89665e6264 (diff)
downloadaur-a331e026c1977543fe66780c8e0dfb02f856c084.tar.gz
Update to v1.52.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e17a86bff646..32e7796b4430 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = station
pkgdesc = The one app to rule them all
- pkgver = 1.52.1
- pkgrel = 2
+ pkgver = 1.52.2
+ pkgrel = 1
url = https://getstation.com/
arch = x86_64
license = MIT
- source = https://github.com/getstation/desktop-app-releases/releases/download/1.52.1/Station-1.52.1-x86_64.AppImage
- sha256sums = 0113589ff2749f08241ecb4a1f25e53ca9d45a7dde0e1dc63cfbe773b6798067
+ source = https://github.com/getstation/desktop-app-releases/releases/download/1.52.2/Station-1.52.2-x86_64.AppImage
+ sha256sums = 2df22ef745c513bdd031e2d1a4ab45f28d1233171be7bfe94c3a92e4ece61152
pkgname = station
diff --git a/PKGBUILD b/PKGBUILD
index 587b94dffdea..826face1f25f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Naoki Kanazawa <nk dot naoki912 at gmail dot com>
# Contributor: Yegorius <yegorius at domic dot us>
pkgname=station
-pkgver=1.52.1
-pkgrel=2
+pkgver=1.52.2
+pkgrel=1
pkgdesc='The one app to rule them all'
arch=('x86_64')
url='https://getstation.com/'
@@ -11,7 +11,7 @@ license=('MIT')
source=(
"https://github.com/getstation/desktop-app-releases/releases/download/${pkgver}/Station-${pkgver}-x86_64.AppImage"
)
-sha256sums=('0113589ff2749f08241ecb4a1f25e53ca9d45a7dde0e1dc63cfbe773b6798067')
+sha256sums=('2df22ef745c513bdd031e2d1a4ab45f28d1233171be7bfe94c3a92e4ece61152')
prepare() {
chmod u+x ./Station-${pkgver}-x86_64.AppImage