summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoreleaserbot2024-03-25 08:55:38 +0000
committergoreleaserbot2024-03-25 08:55:38 +0000
commit4b85804abebbd908f4be2edc35ca1b6abb88ff2a (patch)
treebf0cbc0571906208be387960a0d1deba4b73a58d
parentfcaf30c58c14a9fb4af5912505fe5bba17f8772d (diff)
downloadaur-4b85804abebbd908f4be2edc35ca1b6abb88ff2a.tar.gz
Update to 0.3.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f278637b550..60cc000aa24c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = goresume-bin
pkgdesc = Build HTML/PDF resume from JSON/YAML/TOML.
- pkgver = 0.3.2
+ pkgver = 0.3.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.3.2/goresume_0.3.2_linux_arm64.tar.gz
- sha256sums_aarch64 = e334236df2b7bce747c7c0bad704f356da746e0b48dd90a207e739797a995900
+ source_aarch64 = https://github.com/nikaro/goresume/releases/download/0.3.3/goresume_0.3.3_linux_arm64.tar.gz
+ sha256sums_aarch64 = 235a5ed6da0f583f93ff536d631b782ce6817301219aaaf232530b7ef1a2022d
arch = x86_64
- source_x86_64 = https://github.com/nikaro/goresume/releases/download/0.3.2/goresume_0.3.2_linux_amd64.tar.gz
- sha256sums_x86_64 = b6cbaea653bd5d18c8ae8a2c1a32d7d02e1a1dd9dba4c315b4ce7baec88eb170
+ source_x86_64 = https://github.com/nikaro/goresume/releases/download/0.3.3/goresume_0.3.3_linux_amd64.tar.gz
+ sha256sums_x86_64 = 0bfde0c11b844b213059f7470942f33237dd0170361c4ac4aa35da999d469409
pkgname = goresume-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8b7753efed16..fe08fdfef8f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Nicolas Karolak <nicolas at karolak dot fr>
pkgname='goresume-bin'
-pkgver=0.3.2
+pkgver=0.3.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.3.2/goresume_0.3.2_linux_arm64.tar.gz")
-sha256sums_aarch64=('e334236df2b7bce747c7c0bad704f356da746e0b48dd90a207e739797a995900')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/nikaro/goresume/releases/download/0.3.3/goresume_0.3.3_linux_arm64.tar.gz")
+sha256sums_aarch64=('235a5ed6da0f583f93ff536d631b782ce6817301219aaaf232530b7ef1a2022d')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/nikaro/goresume/releases/download/0.3.2/goresume_0.3.2_linux_amd64.tar.gz")
-sha256sums_x86_64=('b6cbaea653bd5d18c8ae8a2c1a32d7d02e1a1dd9dba4c315b4ce7baec88eb170')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/nikaro/goresume/releases/download/0.3.3/goresume_0.3.3_linux_amd64.tar.gz")
+sha256sums_x86_64=('0bfde0c11b844b213059f7470942f33237dd0170361c4ac4aa35da999d469409')
package() {
install -Dm755 "./goresume" "${pkgdir}/usr/bin/goresume"