summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcc744d0c283..24088b090cee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dockstation
pkgdesc = Working with Docker has never been so easy and convenient.
- pkgver = 1.4.1
+ pkgver = 1.5.1
pkgrel = 1
url = https://github.com/DockStation/dockstation
install = dockstation.install
@@ -41,8 +41,8 @@ pkgbase = dockstation
depends = pango
options = !strip
options = !emptydirs
- source_x86_64 = https://github.com/DockStation/dockstation/releases/download/v1.4.1/dockstation_1.4.1_amd64.deb
- sha512sums_x86_64 = 9da786b6f330193433ff085e5e4e3ee2ce1c74b574ec97e49d46b1b97b7e634514fd51be7ac9c6e2ce73a63d7c8b95b49046f4b14f3e212f2b37ecac76e8161d
+ source_x86_64 = https://github.com/DockStation/dockstation/releases/download/v1.5.1/dockstation_1.5.1_amd64.deb
+ sha512sums_x86_64 = 37f24d5a34007c8b5b762a55e98bb2ccf8ce690ec96abc3de0e54ca002df3ef86a515f10205025d149fee457e36a99b9994030bcb16d38036d7f448ca6921d39
pkgname = dockstation
diff --git a/PKGBUILD b/PKGBUILD
index 5d265009990c..518867db9f8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Van-ess0 <van-ess0@mail.ru>
pkgname=dockstation
-pkgver=1.4.1
+pkgver=1.5.1
pkgrel=1
pkgdesc="Working with Docker has never been so easy and convenient."
arch=('x86_64')
@@ -10,8 +10,8 @@ groups=('')
depends=('alsa-lib' 'atk' 'cairo' 'dbus' 'desktop-file-utils' 'electron' 'expat' 'fontconfig' 'freetype2' 'gcc-libs' 'gconf' 'gdk-pixbuf2' 'glib2' 'gtk2' 'hicolor-icon-theme' 'libappindicator-gtk2' 'libcups' 'libnotify' 'libx11' 'libxcb' 'libxcomposite' 'libxcursor' 'libxdamage' 'libxext' 'libxfixes' 'libxi' 'libxrandr' 'libxrender' 'libxss' 'libxtst' 'nspr' 'nss' 'pango')
options=('!strip' '!emptydirs')
install=${pkgname}.install
-source_x86_64=("https://github.com/DockStation/dockstation/releases/download/v1.4.1/dockstation_1.4.1_amd64.deb")
-sha512sums_x86_64=('9da786b6f330193433ff085e5e4e3ee2ce1c74b574ec97e49d46b1b97b7e634514fd51be7ac9c6e2ce73a63d7c8b95b49046f4b14f3e212f2b37ecac76e8161d')
+source_x86_64=("https://github.com/DockStation/dockstation/releases/download/v${pkgver}/dockstation_${pkgver}_amd64.deb")
+sha512sums_x86_64=('37f24d5a34007c8b5b762a55e98bb2ccf8ce690ec96abc3de0e54ca002df3ef86a515f10205025d149fee457e36a99b9994030bcb16d38036d7f448ca6921d39')
package(){