Skip to content

Commit f0016f2

Browse files
committed
feat: marten 0.5.6
1 parent 982f248 commit f0016f2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

marten/.SRCINFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = marten
22
pkgdesc = A Crystal command-line tool for working with Marten web framework applications
3-
pkgver = 0.5.1
3+
pkgver = 0.5.6
44
pkgrel = 1
55
url = https://github.com/martenframework/marten
66
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = marten
99
depends = crystal
1010
depends = shards
1111
provides = marten
12-
source = https://github.com/martenframework/marten/archive/v0.5.1.tar.gz
13-
sha256sums = 18338c737c5a552fbea2f1a5734e78271ead507b2aa0258b2fb293255e7dde57
12+
source = https://github.com/martenframework/marten/archive/v0.5.6.tar.gz
13+
sha256sums = bb74c9896e19a429e03b1a14c252390d36d293aba8617bfe4c72c5d18e2b49e5
1414

1515
pkgname = marten

marten/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Pavel Poronko <warzgibz at gmail dot com>
22

33
pkgname='marten'
4-
pkgver='0.5.1'
4+
pkgver='0.5.6'
55
pkgrel=1
66
pkgdesc='A Crystal command-line tool for working with Marten web framework applications'
77
arch=("x86_64")
@@ -10,7 +10,7 @@ license=('MIT')
1010
depends=('crystal' 'shards')
1111
makedepends=('git')
1212
source=("${url}/archive/v${pkgver}.tar.gz")
13-
sha256sums=('18338c737c5a552fbea2f1a5734e78271ead507b2aa0258b2fb293255e7dde57')
13+
sha256sums=('bb74c9896e19a429e03b1a14c252390d36d293aba8617bfe4c72c5d18e2b49e5')
1414
provides=('marten')
1515
build() {
1616
cd "marten-${pkgver}"

0 commit comments

Comments
 (0)