Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gitkraken-aur/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = gitkraken
pkgdesc = The intuitive, fast, and beautiful cross-platform Git client.
pkgver = 11.1.1
pkgver = 11.2.0
pkgrel = 1
url = https://www.gitkraken.com/
arch = x86_64
Expand All @@ -14,11 +14,11 @@ pkgbase = gitkraken
provides = gitkraken
options = !strip
options = !debug
source = gitkraken-11.1.1.tar.gz::https://api.gitkraken.dev/releases/production/linux/x64/11.1.1/gitkraken-amd64.tar.gz
source = gitkraken-11.2.0.tar.gz::https://api.gitkraken.dev/releases/production/linux/x64/11.2.0/gitkraken-amd64.tar.gz
source = GitKraken.desktop
source = eula.html
source = gitkraken.sh
sha256sums = 3d9937ab015be1af403e801b52a38740108fc3501fff89dda0115cf31e96d6b2
sha256sums = 90bc87dc88e9755da94cf346aa646186d124d159e05e05d4523e457414cd7139
sha256sums = f4a63737eccf279b0b131fe34e4a711aaf0dd5be86e932baf2593069553ef3b1
sha256sums = 5b7b39b331bc32a606e1e79c695df4519c9b220225be00fb34ef368c3af319a6
sha256sums = c78ef86324946f856cc5c11549990722155a5e883dc94f92a95169c7ab5fb63e
Expand Down
4 changes: 2 additions & 2 deletions gitkraken-aur/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

pkgname=gitkraken
pkgrel=1
pkgver=11.1.1
pkgver=11.2.0
pkgdesc="The intuitive, fast, and beautiful cross-platform Git client."
url="https://www.gitkraken.com/"
provides=('gitkraken')
Expand All @@ -29,7 +29,7 @@ source=(
"eula.html"
"gitkraken.sh"
)
sha256sums=('3d9937ab015be1af403e801b52a38740108fc3501fff89dda0115cf31e96d6b2'
sha256sums=('90bc87dc88e9755da94cf346aa646186d124d159e05e05d4523e457414cd7139'
'f4a63737eccf279b0b131fe34e4a711aaf0dd5be86e932baf2593069553ef3b1'
'5b7b39b331bc32a606e1e79c695df4519c9b220225be00fb34ef368c3af319a6'
'c78ef86324946f856cc5c11549990722155a5e883dc94f92a95169c7ab5fb63e')
Expand Down
Loading