Commits
Enrico M. Crisostomo authored and Enrico Maria Crisostomo committed 16b6e775ecf
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name spring-boot-cli |
6 - | version 2.0.2 |
6 + | version 2.0.3 |
7 7 | |
8 8 | categories java |
9 9 | platforms darwin |
10 10 | maintainers {@breun breun.nl:nils} openmaintainer |
11 11 | license Apache-2 |
12 12 | supported_archs noarch |
13 13 | |
14 14 | description Spring Boot CLI -- An opinionated view of building \ |
15 15 | production-ready Spring applications. |
16 16 | |
21 21 | \ |
22 22 | You don't need to use the CLI to work with Spring Boot but \ |
23 23 | it's definitely the quickest way to get a Spring application \ |
24 24 | off the ground. |
25 25 | |
26 26 | homepage https://projects.spring.io/spring-boot/ |
27 27 | master_sites https://repo.spring.io/release/org/springframework/boot/${name}/${version}.RELEASE/ |
28 28 | |
29 29 | distname ${name}-${version}.RELEASE-bin |
30 30 | |
31 - | checksums rmd160 cc96e23a4e177b700ab85cf421c4e50e856043bb \ |
32 - | sha256 f42d7d329657f2927661dc9a5f2a263afbc40cfbfc7f1a1923967c2a6c445fec \ |
33 - | size 9115536 |
31 + | checksums rmd160 92c14502c701656c609c015cd71315cf836f0835 \ |
32 + | sha256 5a4bf071ed6509f5d915091573d2c1494f86c8ea915153d5e93dfdcc5ba75a44 \ |
33 + | size 9116513 |
34 34 | |
35 35 | worksrcdir spring-${version}.RELEASE |
36 36 | |
37 37 | use_configure no |
38 38 | |
39 39 | build {} |
40 40 | |
41 41 | destroot { |
42 42 | set target ${destroot}${prefix}/share/java/${name} |
43 43 | |