summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoreleaserbot2024-01-29 05:53:56 +0000
committergoreleaserbot2024-01-29 05:53:56 +0000
commit1f1693de98fe6c5ec577c99466080a9cbbc1e3a1 (patch)
tree3db2f0c879b7c274c90524c1eddd5fafb007c2f2
parente2a48e0a6ec208af2c8b72aae00ec30f064867c6 (diff)
downloadaur-1f1693de98fe6c5ec577c99466080a9cbbc1e3a1.tar.gz
Update to 0.2.13
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d5105aa0fc6..b522e1f44449 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = goresume-bin
pkgdesc = Build HTML/PDF resume from JSON/YAML/TOML.
- pkgver = 0.2.12
+ pkgver = 0.2.13
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.12/goresume_0.2.12_linux_arm64.tar.gz
- sha256sums_aarch64 = 5bd5c6368c858b7562281c2cad2ec94102604a7d63c162229c7b5d4bc9fa7acb
+ source_aarch64 = https://github.com/nikaro/goresume/releases/download/0.2.13/goresume_0.2.13_linux_arm64.tar.gz
+ sha256sums_aarch64 = f991c988a7cc7fae1bc50c404e79bb637df5e2e8efe2812725c2b3283f72779e
arch = x86_64
- source_x86_64 = https://github.com/nikaro/goresume/releases/download/0.2.12/goresume_0.2.12_linux_amd64.tar.gz
- sha256sums_x86_64 = 149ef650c91aabc870b2500ef615cba33ea6bc886784197711fe80800ec82a10
+ source_x86_64 = https://github.com/nikaro/goresume/releases/download/0.2.13/goresume_0.2.13_linux_amd64.tar.gz
+ sha256sums_x86_64 = aa2d77e0533ff01206d483a230426870cdd6cd94e9a66e9e2b5379a190028950
pkgname = goresume-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2e77d0a6d01e..f3465b757a72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Nicolas Karolak <nicolas at karolak dot fr>
pkgname='goresume-bin'
-pkgver=0.2.12
+pkgver=0.2.13
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.12/goresume_0.2.12_linux_arm64.tar.gz")
-sha256sums_aarch64=('5bd5c6368c858b7562281c2cad2ec94102604a7d63c162229c7b5d4bc9fa7acb')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/nikaro/goresume/releases/download/0.2.13/goresume_0.2.13_linux_arm64.tar.gz")
+sha256sums_aarch64=('f991c988a7cc7fae1bc50c404e79bb637df5e2e8efe2812725c2b3283f72779e')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/nikaro/goresume/releases/download/0.2.12/goresume_0.2.12_linux_amd64.tar.gz")
-sha256sums_x86_64=('149ef650c91aabc870b2500ef615cba33ea6bc886784197711fe80800ec82a10')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/nikaro/goresume/releases/download/0.2.13/goresume_0.2.13_linux_amd64.tar.gz")
+sha256sums_x86_64=('aa2d77e0533ff01206d483a230426870cdd6cd94e9a66e9e2b5379a190028950')
package() {
install -Dm755 "./goresume" "${pkgdir}/usr/bin/goresume"