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
12 changes: 6 additions & 6 deletions gitkraken-aur/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = gitkraken
pkgdesc = The intuitive, fast, and beautiful cross-platform Git client.
pkgver = 12.2.1
pkgrel = 2
pkgver = 12.3.0
pkgrel = 1
url = https://www.gitkraken.com/
arch = x86_64
arch = aarch64
Expand All @@ -23,9 +23,9 @@ pkgbase = gitkraken
sha256sums = 4342596839114228740e5d61cdc49fbe9e98d05d1aabe2694ffe9d48ffd4082e
sha256sums = 4b3eaf932b79e8f1d6a6a6efd030e73cb544d3d0fbe6bf7b61b884f4c6042b0a
sha256sums = 5b7b39b331bc32a606e1e79c695df4519c9b220225be00fb34ef368c3af319a6
source_x86_64 = gitkraken-12.2.1-x86_64.tar.gz::https://api.gitkraken.dev/releases/production/linux/x64/12.2.1/gitkraken-amd64.tar.gz
sha256sums_x86_64 = 939aa5dbffde7e76e8bff922f2b5febdcf01cc037e7770400c49e2523d8f132f
source_aarch64 = gitkraken-12.2.1-aarch64.tar.gz::https://api.gitkraken.dev/releases/production/linux/arm64/12.2.1/gitkraken-aarch64.tar.gz
sha256sums_aarch64 = 48c142f9ca2a75a121e881b99fedc08482774d70b27efa09c121128fe325660d
source_x86_64 = gitkraken-12.3.0-x86_64.tar.gz::https://api.gitkraken.dev/releases/production/linux/x64/12.3.0/gitkraken-amd64.tar.gz
sha256sums_x86_64 = a0609c00fe7c7f25dba3574f6abc88bf41c14450f70d157be2bb645650af187d
source_aarch64 = gitkraken-12.3.0-aarch64.tar.gz::https://api.gitkraken.dev/releases/production/linux/arm64/12.3.0/gitkraken-aarch64.tar.gz
sha256sums_aarch64 = 9bf90aabf89982ebd3b782d8cee60cb8fecc7e95d89c266ed8dbf914ad2b9029

pkgname = gitkraken
8 changes: 4 additions & 4 deletions gitkraken-aur/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# Contributor: mosi0815 <ralph.twentyone@gmail.com>

pkgname=gitkraken
pkgrel=2
pkgver=12.2.1
pkgrel=1
pkgver=12.3.0
pkgdesc="The intuitive, fast, and beautiful cross-platform Git client."
url="https://www.gitkraken.com/"
provides=('gitkraken')
Expand All @@ -36,8 +36,8 @@ sha256sums=('af2d2e5a44ec6e543c34f94cfb89fe34b6c05d2baf6ca9db5b6d332e4a5686e5'
'4342596839114228740e5d61cdc49fbe9e98d05d1aabe2694ffe9d48ffd4082e'
'4b3eaf932b79e8f1d6a6a6efd030e73cb544d3d0fbe6bf7b61b884f4c6042b0a'
'5b7b39b331bc32a606e1e79c695df4519c9b220225be00fb34ef368c3af319a6')
sha256sums_x86_64=('939aa5dbffde7e76e8bff922f2b5febdcf01cc037e7770400c49e2523d8f132f')
sha256sums_aarch64=('48c142f9ca2a75a121e881b99fedc08482774d70b27efa09c121128fe325660d')
sha256sums_x86_64=('a0609c00fe7c7f25dba3574f6abc88bf41c14450f70d157be2bb645650af187d')
sha256sums_aarch64=('9bf90aabf89982ebd3b782d8cee60cb8fecc7e95d89c266ed8dbf914ad2b9029')
options=('!strip' '!debug')

package() {
Expand Down