summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheowhy2019-02-15 23:07:57 +0100
committerTheowhy2019-02-15 23:07:57 +0100
commit2f1b2974c7aaa096aee6396ed2d7d46f85e322d6 (patch)
tree622f37ab6e22770821dcf6814427e2c78b836933
parent6838029a2edb1cf5f9540e89ed04d269984f26c6 (diff)
downloadaur-2f1b2974c7aaa096aee6396ed2d7d46f85e322d6.tar.gz
Bump version to 1.2.68
-rw-r--r--.SRCINFO6
-rw-r--r--History.md14
-rw-r--r--PKGBUILD4
3 files changed, 19 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8108c2ac9616..f78106ab6c8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mfgtools
pkgdesc = Freescale/NXP I.MX Chip image deploy tools
- pkgver = 1.2.61
+ pkgver = 1.2.68
pkgrel = 1
url = https://github.com/NXPmicro/mfgtools
changelog = History.md
@@ -9,8 +9,8 @@ pkgbase = mfgtools
depends = bzip2
depends = zlib
depends = libusb
- source = https://github.com/NXPmicro/mfgtools/archive/uuu_1.2.61.tar.gz
- sha256sums = 79e61f94a806f6fde8adaf3d0deb09e7969273dc85dd531ad6191e0adba66b13
+ source = https://github.com/NXPmicro/mfgtools/archive/uuu_1.2.68.tar.gz
+ sha256sums = 7a19847939a79f82a8eab526258bdc6ae8e01ffe1684be34bbdf1dfbdfdde9bd
pkgname = mfgtools
diff --git a/History.md b/History.md
index 7cc9235614cb..4efdba94e674 100644
--- a/History.md
+++ b/History.md
@@ -1,4 +1,18 @@
+uuu_1.2.68 / 2019-01-31
+=======================
+
+ * Fixed random stop at linux environment
+
+uuu_1.2.66 / 2019-01-25
+=======================
+
+ * fixed crash when DONE cmd is not last one
+ * fixed #79 all data is zero when file transfer from target to windows PC
+ * fix -b qspi failure
+ * FB added set_active command
+ * Avoid add addition space when convert cmd arg
+
uuu_1.2.61 / 2019-01-16
=======================
diff --git a/PKGBUILD b/PKGBUILD
index 5285c6411b00..8bc401c47c61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Theowhy <aur.theowhy@shizoku.fr>
# Contributor:
pkgname=mfgtools
-pkgver=1.2.61
+pkgver=1.2.68
pkgrel=1
pkgdesc="Freescale/NXP I.MX Chip image deploy tools"
arch=(x86_64)
@@ -20,7 +20,7 @@ install=
changelog=History.md
source=(https://github.com/NXPmicro/mfgtools/archive/uuu_$pkgver.tar.gz)
noextract=()
-sha256sums=('79e61f94a806f6fde8adaf3d0deb09e7969273dc85dd531ad6191e0adba66b13')
+sha256sums=('7a19847939a79f82a8eab526258bdc6ae8e01ffe1684be34bbdf1dfbdfdde9bd')
build() {
cd "$pkgname-uuu_$pkgver"