summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Mackay2019-02-22 13:38:39 -0800
committerIan Mackay2019-02-22 13:38:39 -0800
commitc9a3a4c286ac0580e67900790c899ce2e4c468d5 (patch)
treebc0ae888a33bf0195a3d4e0b0eb01322735623a8
parentb9f73b9ccc0ebaf1bc043cc3490f01feb6a883ac (diff)
downloadaur-c9a3a4c286ac0580e67900790c899ce2e4c468d5.tar.gz
1.6.2...
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9af0b0364b75..0921947c69be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = github-desktop-bin
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
@@ -13,9 +13,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.1-linux1/GitHubDesktop-linux-1.6.1-linux1.deb
+ source = https://github.com/shiftkey/desktop/releases/download/release-1.6.2-linux1/GitHubDesktop-linux-1.6.2-linux1.deb
source = github-desktop.desktop
- sha256sums = 0bb6fdea0dc9eb18c2b4a97f585362b972941eb22062d3845e6c8acd5e6cd5f2
+ sha256sums = 3b5701861907c92303592a323e80c7ff2931fc547efd6b7de5cf3335b19db5f2
sha256sums = 2758e15659f5770ae2ac948250372135029e7ac2d4b6bf431a112dfdbcc681d1
pkgname = github-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index d9c77b9b7466..d680567b2d02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='github-desktop'
pkgname="${_pkgname}-bin"
-pkgver=1.6.1_linux1
+pkgver=1.6.2_linux1
gitname="release-${pkgver//_/-}"
pkgrel=1
pkgdesc="GUI for managing Git and GitHub."
@@ -18,7 +18,7 @@ source=(
${_pkgname}.desktop
)
sha256sums=(
- 0bb6fdea0dc9eb18c2b4a97f585362b972941eb22062d3845e6c8acd5e6cd5f2
+ 3b5701861907c92303592a323e80c7ff2931fc547efd6b7de5cf3335b19db5f2
2758e15659f5770ae2ac948250372135029e7ac2d4b6bf431a112dfdbcc681d1
)
package() {