mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/JSONObject: Removed UTF-8 BOM.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
26ff943226
commit
817e43f0d4
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
# Slackware build script for JSONObject
|
# Slackware build script for JSONObject
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
PRGNAM="JSONObject"
|
PRGNAM="JSONObject"
|
||||||
VERSION="1.0.1"
|
VERSION="1.0.1"
|
||||||
HOMEPAGE="https://github.com/mariolpantunes/json"
|
HOMEPAGE="https://github.com/mariolpantunes/json"
|
||||||
DOWNLOAD="https://github.com/mariolpantunes/json/archive/v1.0.1.tar.gz"
|
DOWNLOAD="https://github.com/mariolpantunes/json/archive/v1.0.1.tar.gz"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
JSON wrapper for boost property tree. Easy to use JSON library
|
JSON wrapper for boost property tree. Easy to use JSON library
|
||||||
based on the API of the Java JSON.org one
|
based on the API of the Java JSON.org one
|
||||||
(http://www.json.org/java/index.html).
|
(http://www.json.org/java/index.html).
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# HOW TO EDIT THIS FILE:
|
# HOW TO EDIT THIS FILE:
|
||||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||||
# up the first '|' above the ':' following the base package name, and the '|'
|
# up the first '|' above the ':' following the base package name, and the '|'
|
||||||
# on the right side marks the last column you can put a character in. You must
|
# on the right side marks the last column you can put a character in. You must
|
||||||
|
|
Loading…
Reference in a new issue