File: fix_version.patch

package info (click to toggle)
jshon 20180209.d919aea-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 584 kB
  • sloc: ansic: 8,348; makefile: 93
file content (36 lines) | stat: -rw-r--r-- 813 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-02-20
Forwareded: no
Description: Report correct version

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # $Id: PKGBUILD 80520 2012-11-23 18:21:28Z kkeen $
 # Maintainer: Kyle Keen <keenerd@gmail.com>
 pkgname=jshon
-pkgver=20131105
+pkgver=20180209
 pkgrel=1
 pkgdesc="A json parser for the shell."
 arch=('i686' 'x86_64')
--- a/jshon.c
+++ b/jshon.c
@@ -75,7 +75,7 @@
     loadf for stdin?
 */
 
-#define JSHONVER 20131105
+#define JSHONVER 20180209
 
 // deal with API incompatibility between jansson 1.x and 2.x
 #ifndef JANSSON_MAJOR_VERSION
--- a/jshon.spec
+++ b/jshon.spec
@@ -1,5 +1,5 @@
 Name:		jshon
-Version:	20131105
+Version:	20180209
 Release:	0%{?dist}
 Summary:	Jshon is a JSON parser designed for maximum convenience within the shell