korvike v1.0.3

This commit is contained in:
Luzifer.io Jenkins 2024-12-12 10:42:12 +00:00
parent fc03be05dc
commit c92c482b7b
2 changed files with 5 additions and 5 deletions

View file

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

View file

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