summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Mackay2019-06-09 17:02:07 -0700
committerIan Mackay2019-06-09 17:02:07 -0700
commita6d538e9ce55b3c6894be8641e9565ad9beecc0e (patch)
treee2ffd9a73b0437052b6054c35e1fcec2302c4c96
parentd9f84a00d8c4131c2997de70551d9eb56235bc55 (diff)
downloadaur-a6d538e9ce55b3c6894be8641e9565ad9beecc0e.tar.gz
2.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6afdc67cd086..3424dde57b62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = github-desktop-bin
pkgdesc = GUI for managing Git and GitHub.
- pkgver = 1.6.6
- pkgrel = 2
+ pkgver = 2.0.3
+ pkgrel = 1
url = https://desktop.github.com
arch = x86_64
license = MIT
@@ -16,9 +16,9 @@ pkgbase = github-desktop-bin
optdepends = hub: CLI interface for GitHub.
provides = github-desktop
conflicts = github-desktop
- source = https://github.com/shiftkey/desktop/releases/download/release-1.6.6-linux2/GitHubDesktop-linux-1.6.6-linux2.deb
+ source = https://github.com/shiftkey/desktop/releases/download/release-2.0.3-linux1/GitHubDesktop-linux-2.0.3-linux1.deb
source = github-desktop.desktop
- sha256sums = 3e359658578e1b6f385de20f62d1139bd27447db58b380d721a1c33b4e3f671e
+ sha256sums = 654cca6554389b6c736af45ee63dea62231d6e096a1f7633722e7509a43c14a7
sha256sums = 2758e15659f5770ae2ac948250372135029e7ac2d4b6bf431a112dfdbcc681d1
pkgname = github-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0710d313074b..b1aa376ecc17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_pkgname='github-desktop'
pkgname="${_pkgname}-bin"
-pkgver=1.6.6
-_pkgver="${pkgver}-linux2"
+pkgver=2.0.3
+_pkgver="${pkgver}-linux1"
gitname="release-${_pkgver}"
-pkgrel=2
+pkgrel=1
pkgdesc="GUI for managing Git and GitHub."
arch=('x86_64')
url="https://desktop.github.com"
@@ -19,7 +19,7 @@ source=(
${_pkgname}.desktop
)
sha256sums=(
- 3e359658578e1b6f385de20f62d1139bd27447db58b380d721a1c33b4e3f671e
+ 654cca6554389b6c736af45ee63dea62231d6e096a1f7633722e7509a43c14a7
2758e15659f5770ae2ac948250372135029e7ac2d4b6bf431a112dfdbcc681d1
)
package() {