korvike v1.0.2

This commit is contained in:
Luzifer.io Jenkins 2024-04-19 18:12:13 +00:00
parent 1cbd384f49
commit fc03be05dc
2 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
pkgbase = korvike
pkgdesc = korvike takes a Go template and executes it
pkgver = 1.0.1
pkgver = 1.0.2
pkgrel = 1
url = https://github.com/Luzifer/korvike
arch = i686
arch = x86_64
license = Apache
makedepends = go
source = korvike-1.0.1.tar.gz::https://github.com/Luzifer/korvike/archive/v1.0.1.tar.gz
sha512sums = f4f5f1a33cc68f9411ee3c03d803c5e748797167397f9373056e2cf74e191263cf81b321a26656518fd602d2dd19a79ce36c00c26ab2a285b63d63ff13edebb5
source = korvike-1.0.2.tar.gz::https://github.com/Luzifer/korvike/archive/v1.0.2.tar.gz
sha512sums = 9b0bd431a2a2d73960b2090117db9aa817d66aea3b442b25cc8b8050033f96f4830da0b2e11b5d5c0eaad073d38aff2ce2842ebed10785ccf6a0ab45584c7d74
pkgname = korvike

View File

@ -1,7 +1,7 @@
# Maintainer: Knut Ahlers <knut at ahlers dot me>
pkgname=korvike
pkgver=1.0.1
pkgver=1.0.2
pkgrel=1
pkgdesc="korvike takes a Go template and executes it"
arch=('i686' 'x86_64')
@ -10,7 +10,7 @@ license=('Apache')
depends=()
makedepends=('go')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha512sums=('f4f5f1a33cc68f9411ee3c03d803c5e748797167397f9373056e2cf74e191263cf81b321a26656518fd602d2dd19a79ce36c00c26ab2a285b63d63ff13edebb5')
sha512sums=('9b0bd431a2a2d73960b2090117db9aa817d66aea3b442b25cc8b8050033f96f4830da0b2e11b5d5c0eaad073d38aff2ce2842ebed10785ccf6a0ab45584c7d74')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"