summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoreleaserbot2023-11-13 08:14:41 +0000
committergoreleaserbot2023-11-13 08:14:41 +0000
commit54a87d1a41513b32c90cf1a2be2bb0d0cf15c65d (patch)
treef96451eb94de2b44375ff1026c8046038d938d11
parent96a6060d0a7c2a60c12584c9ee1bc8573002c311 (diff)
downloadaur-54a87d1a41513b32c90cf1a2be2bb0d0cf15c65d.tar.gz
Update to 0.2.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cba8b5d1eea..54a028793b0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = goresume-bin
pkgdesc = Build HTML/PDF resume from JSON/YAML/TOML.
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 1
url = https://github.con/nikaro/goresume
license = MIT
conflicts = goresume
provides = goresume
arch = aarch64
- source_aarch64 = https://github.com/nikaro/goresume/releases/download/0.2.2/goresume_0.2.2_linux_arm64.tar.gz
- sha256sums_aarch64 = 1f42fa0301275a3141284e28917eae3c16fef17c7c443bab79498da6b53a41e3
+ source_aarch64 = https://github.com/nikaro/goresume/releases/download/0.2.3/goresume_0.2.3_linux_arm64.tar.gz
+ sha256sums_aarch64 = 719e7b225f79b76a7572ff085e1c9bcb3eda7575137a6931c3ad23b56e989eb3
arch = x86_64
- source_x86_64 = https://github.com/nikaro/goresume/releases/download/0.2.2/goresume_0.2.2_linux_amd64.tar.gz
- sha256sums_x86_64 = e8960d4ceba08c7c3cbf84fcf1da997908503bbe510de531cab8640909081441
+ source_x86_64 = https://github.com/nikaro/goresume/releases/download/0.2.3/goresume_0.2.3_linux_amd64.tar.gz
+ sha256sums_x86_64 = d13f3d5fb045428fd2d2f77fd95ca60306f1fd676100cab9b3ca917c3dc9e57c
pkgname = goresume-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8a34bc883a2d..575ccbc0eea4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Nicolas Karolak <nicolas at karolak dot fr>
pkgname='goresume-bin'
-pkgver=0.2.2
+pkgver=0.2.3
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.2.2/goresume_0.2.2_linux_arm64.tar.gz")
-sha256sums_aarch64=('1f42fa0301275a3141284e28917eae3c16fef17c7c443bab79498da6b53a41e3')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/nikaro/goresume/releases/download/0.2.3/goresume_0.2.3_linux_arm64.tar.gz")
+sha256sums_aarch64=('719e7b225f79b76a7572ff085e1c9bcb3eda7575137a6931c3ad23b56e989eb3')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/nikaro/goresume/releases/download/0.2.2/goresume_0.2.2_linux_amd64.tar.gz")
-sha256sums_x86_64=('e8960d4ceba08c7c3cbf84fcf1da997908503bbe510de531cab8640909081441')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/nikaro/goresume/releases/download/0.2.3/goresume_0.2.3_linux_amd64.tar.gz")
+sha256sums_x86_64=('d13f3d5fb045428fd2d2f77fd95ca60306f1fd676100cab9b3ca917c3dc9e57c')
package() {
install -Dm755 "./goresume" "${pkgdir}/usr/bin/goresume"