git » nextcloud-client.git » commit 9849abc

update the command for the git tag hash

author Chih-Hsuan Yen
2022-02-28 03:48:59 UTC
committer Chih-Hsuan Yen
2022-02-28 03:48:59 UTC
parent 4bd218abf1b0c72034aa8ad624230746d7784231

update the command for the git tag hash

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index da86932..bd1a418 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,9 @@ pkgname=(nextcloud-client nextcloud-client-cloudproviders)
 epoch=2
 # Upstream does not provide signed tarballs (yet)
 # https://github.com/nextcloud/desktop/issues/1510
-pkgver=3.4.2
-# `git rev-parse v$pkgver`
-_tag=829b4146d413abc0172372e94935d5109089eee5
+pkgver=3.4.3
+# curl https://api.github.com/repos/nextcloud/desktop/git/ref/tags/v$pkgver | jq -r .object.sha
+_tag=ccecf4424f4f0984b5a10870d4dab5f4d91544d4
 pkgrel=1
 arch=(x86_64)
 url='https://nextcloud.com/'