Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

monolith: update to 2.1.1 #17812

Merged
merged 1 commit into from Dec 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/monolith/template
@@ -1,7 +1,7 @@
# Template file for 'monolith'
pkgname=monolith
version=2.1.0
revision=2
version=2.1.1
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libressl-devel"
Expand All @@ -10,7 +10,7 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="Unlicense"
homepage="https://github.com/Y2Z/monolith"
distfiles="https://github.com/Y2Z/monolith/archive/v${version}.tar.gz"
checksum=966dadf31f174dcc21a73110bc432ed05789cef899ec3aaa035d9e5c2b17258a
checksum=71d973d829fb23a13e738e9f2b6ad3028e74fd1b57f1f296a8ebe4c32252294a

post_install() {
vlicense LICENSE
Expand Down