forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes 3.7.1 Restored support for Java 8. 3.7.0 #71 Added support for empty passwords for BASIC and DIGEST auth. #72 Ability to edit URL encoded body parameter. #73 Zip distribution build was generating wrong format. 3.6.2 XML formatting now uses jxmlfmt. Built using Java 10. Requires Java 10 to run.
- Loading branch information
abs
committed
Feb 1, 2019
1 parent
0332061
commit 45466ef
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# $NetBSD: Makefile,v 1.2 2016/12/13 10:57:59 abs Exp $ | ||
# $NetBSD: Makefile,v 1.3 2019/02/01 16:49:07 abs Exp $ | ||
|
||
DISTNAME= restclient-ui-fat-3.6.1 | ||
PKGNAME= restclient-ui-3.6.1 | ||
DISTNAME= restclient-ui-fat-3.7.1 | ||
PKGNAME= restclient-ui-3.7.1 | ||
CATEGORIES= net | ||
MASTER_SITES= ${MASTER_SITE_GITHUB:=wiztools/}rest-client/releases/download/3.6.1/ | ||
MASTER_SITES= ${MASTER_SITE_GITHUB:=wiztools/}rest-client/releases/download/3.7.1/ | ||
EXTRACT_SUFX= .jar | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
@comment $NetBSD: PLIST,v 1.2 2016/12/13 10:57:59 abs Exp $ | ||
@comment $NetBSD: PLIST,v 1.3 2019/02/01 16:49:07 abs Exp $ | ||
bin/restclient-ui | ||
lib/java/restclient-ui/restclient-ui-fat-3.6.1.jar | ||
lib/java/restclient-ui/restclient-ui-fat-3.7.1.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.2 2016/12/13 10:57:59 abs Exp $ | ||
$NetBSD: distinfo,v 1.3 2019/02/01 16:49:07 abs Exp $ | ||
|
||
SHA1 (restclient-ui-fat-3.6.1.jar) = 1d1f82b4051d4b494c791dea25dad09b6f28d136 | ||
RMD160 (restclient-ui-fat-3.6.1.jar) = c0cd42a3bea83656bd9c1280dab22a4e9b41e220 | ||
SHA512 (restclient-ui-fat-3.6.1.jar) = 2575309a2540a0598fe81047f6bd9f7b3e8c14f423054f0d6d23dbe5f1e1a37ea437b82701c4c8ec7ca5a2b12217df1d3761d0d9858aa031b9f236e4a2c9a4aa | ||
Size (restclient-ui-fat-3.6.1.jar) = 19240934 bytes | ||
SHA1 (restclient-ui-fat-3.7.1.jar) = 6bbdf137e6254bfb83b9dd8ac60e5780988bd4ef | ||
RMD160 (restclient-ui-fat-3.7.1.jar) = f2b9cf31e3aa8a131ce4c5bb9416bba76ed4e07b | ||
SHA512 (restclient-ui-fat-3.7.1.jar) = c3f90594a192afdbdf1520a1f98ca5c77a3874a26c86f7f6da490bbafd176c930e6148ee0f4eba94758c777f7a35aff5dc17532443f6290c608996d37c93e49e | ||
Size (restclient-ui-fat-3.7.1.jar) = 19332082 bytes |