summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Mackay2019-02-22 12:53:05 -0800
committerIan Mackay2019-02-22 12:53:05 -0800
commit82f8dd68692009abe2fa8ffe2627fb6744a704aa (patch)
treec7d99857389abcd0cc568335758b89cfb3ecf5a4
parent79a9e702672725145f04e948dbbd78a0e8e67ce7 (diff)
downloadaur-82f8dd68692009abe2fa8ffe2627fb6744a704aa.tar.gz
1.6.2...
Did you know ~ Updating this by yourself only requires changing a single variable???
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c412578091f..b358974dea1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = github-desktop
pkgdesc = GUI for managing Git and GitHub.
- pkgver = 1.6.1_linux1
+ pkgver = 1.6.2_linux1
pkgrel = 1
url = https://desktop.github.com
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = github-desktop
depends = libxss
depends = gconf
optdepends = hub: CLI interface for GitHub.
- source = git+https://github.com/shiftkey/desktop.git#tag=release-1.6.1-linux1
+ source = git+https://github.com/shiftkey/desktop.git#tag=release-1.6.2-linux1
source = github-desktop.desktop
sha256sums = SKIP
sha256sums = 2758e15659f5770ae2ac948250372135029e7ac2d4b6bf431a112dfdbcc681d1
diff --git a/PKGBUILD b/PKGBUILD
index b9b5cd623d00..be00125d7230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='github-desktop'
pkgname="${_pkgname}"
-pkgver=1.6.1_linux1
+pkgver=1.6.2_linux1
gitname="release-${pkgver//_/-}"
pkgrel=1
pkgdesc="GUI for managing Git and GitHub."