summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24de8346173f..4b6e6111cedf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Nicolas Karolak <nicolas at karolak dot fr>
pkgname='goresume-bin'
-pkgver=0.3.5
+pkgver=0.3.6
pkgrel=1
pkgdesc='Build HTML/PDF resume from JSON/YAML/TOML.'
url='https://github.con/nikaro/goresume'
@@ -11,11 +11,11 @@ license=('MIT')
provides=('goresume')
conflicts=('goresume')
-source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/nikaro/goresume/releases/download/0.3.5/goresume_0.3.5_linux_arm64.tar.gz")
-sha256sums_aarch64=('2cd98a068cb7dd0d218c3e9bb5c095af14f96ed05c854e814bad46c9354716b4')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/nikaro/goresume/releases/download/0.3.6/goresume_0.3.6_linux_arm64.tar.gz")
+sha256sums_aarch64=('f5bf80ffd249a3f3fb4923a057ed77313d7a130363473ed89b2f52fbec344208')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/nikaro/goresume/releases/download/0.3.5/goresume_0.3.5_linux_amd64.tar.gz")
-sha256sums_x86_64=('eb5375ff08b4c4214e9cc5b004a1e994797403fe478faee66bf4dfdf55eee276')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/nikaro/goresume/releases/download/0.3.6/goresume_0.3.6_linux_amd64.tar.gz")
+sha256sums_x86_64=('f19a033363bc28e118e6731a793ab61ab993ee41e492e03517ce30048650011c')
package() {
install -Dm755 "./goresume" "${pkgdir}/usr/bin/goresume"