Skip to content
This repository was archived by the owner on Sep 13, 2020. It is now read-only.

Commit 97c9f58

Browse files
author
Damian Kowalewski
committed
Merge pull request #51 from mtl2034/master
prepare for 1.0.2 release
2 parents 7c9ef80 + ef78643 commit 97c9f58

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(parse-embedded, 1.0.1, [email protected])
1+
AC_INIT(parse-embedded, 1.0.2, [email protected])
22
AC_CONFIG_AUX_DIR(config)
33
AC_CONFIG_SRCDIR(common/simplejson.c)
44
AC_CONFIG_SRCDIR(unix/src/parse.c)

openwrt/parse-embedded/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
include $(TOPDIR)/rules.mk
1111

1212
PKG_NAME:=parse-embedded
13-
PKG_VERSION:=1.0.1
13+
PKG_VERSION:=1.0.2
1414
PKG_RELEASE:=1
1515

1616
PKG_SOURCE:=$(PKG_NAME)-sdks-$(PKG_VERSION).tar.gz
Binary file not shown.
Binary file not shown.

yun/uploadLinuxPackage.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@ YUN_PWD=arduino #YUN's PASSWORD, default is arduino
44

55
# scp parse_push and parse_request to Yun
66
expect -c "
7-
spawn scp linux_package/parse-embedded_1.0.1-1_ar71xx.ipk root@$YUN_IP_ADDRESS:/root/
7+
spawn scp linux_package/parse-embedded_1.0.2-1_ar71xx.ipk root@$YUN_IP_ADDRESS:/root/
88
expect *password:
99
send $YUN_PWD\n
1010
interact
1111
"
1212

1313
expect -c "
14-
spawn scp linux_package/parse-embedded-yun_1.0.1-1_ar71xx.ipk root@$YUN_IP_ADDRESS:/root/
14+
spawn scp linux_package/parse-embedded-yun_1.0.2-1_ar71xx.ipk root@$YUN_IP_ADDRESS:/root/
1515
expect *password:
1616
send $YUN_PWD\n
1717
interact
1818
"
1919

2020
expect -c "
21-
spawn ssh root@$YUN_IP_ADDRESS ''/bin/opkg install /root/parse-embedded_1.0.1-1_ar71xx.ipk''
21+
spawn ssh root@$YUN_IP_ADDRESS ''/bin/opkg install /root/parse-embedded_1.0.2-1_ar71xx.ipk''
2222
expect *password:
2323
send $YUN_PWD\n
2424
interact
2525
"
2626

2727
expect -c "
28-
spawn ssh root@$YUN_IP_ADDRESS ''/bin/opkg install /root/parse-embedded-yun_1.0.1-1_ar71xx.ipk''
28+
spawn ssh root@$YUN_IP_ADDRESS ''/bin/opkg install /root/parse-embedded-yun_1.0.2-1_ar71xx.ipk''
2929
expect *password:
3030
send $YUN_PWD\n
3131
interact

0 commit comments

Comments
 (0)