summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheowhy2020-03-08 15:40:44 +0100
committerTheowhy2020-03-08 15:40:44 +0100
commit914fef2834a57a30968cac47f2b9142082114373 (patch)
tree144bc43c11c2750454ef95fc0382711df32e9f9b
parent8156daf4b95156180fec20d04d0ae0d774c0aec3 (diff)
downloadaur-914fef2834a57a30968cac47f2b9142082114373.tar.gz
Bump package version to 1.3.134
-rw-r--r--.SRCINFO4
-rw-r--r--History.md33
-rw-r--r--PKGBUILD2
3 files changed, 36 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9ecc154819a..53126e68f043 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mfgtools
pkgdesc = Freescale/NXP I.MX Chip image deploy tools
- pkgver = 1.3.102
+ pkgver = 1.3.134
pkgrel = 2
url = https://github.com/NXPmicro/mfgtools
changelog = History.md
@@ -12,7 +12,7 @@ pkgbase = mfgtools
depends = zlib
depends = libusb
depends = openssl
- source = git+https://github.com/NXPmicro/mfgtools#tag=uuu_1.3.102
+ source = git+https://github.com/NXPmicro/mfgtools#tag=uuu_1.3.134
source = uuu-complete.bash
sha256sums = SKIP
sha256sums = SKIP
diff --git a/History.md b/History.md
index 14aea0779ee8..15a75b9e4346 100644
--- a/History.md
+++ b/History.md
@@ -1,4 +1,37 @@
+uuu_1.3.134 / 2020-02-17
+========================
+
+ * fix spl qxp\qm download failure
+ * Fix for arguments order for script ( -b option )
+
+uuu_1.3.130 / 2020-01-27
+========================
+
+ * 8DXL can download image
+ * print extra line for no verbose mode
+ * sd support burn difference uboot
+
+uuu_1.3.126 / 2020-01-15
+========================
+
+ * Added i.MX8DXL PID/VID
+
+1.3.124 / 2019-12-12
+====================
+
+ * Add i.MX865 PID information
+ * fix show 99% when complete download
+ * libuuu: usb hotplug: configurable usb polling period (-pp)
+ * sdp: bootcmd: add support for --dcdaddr
+ * sdp: clear dcd flag (jump/boot on close devices)
+ * Fix miss ucmd in nand built script
+ * change the nand lst for nandbcb support
+ * use system time instead of tick as timesample
+ * add missed copyright for http.cpp
+ * fix build error with openssl 1.1
+ * Add support for fastboot Continue feature
+
uuu_1.3.102 / 2019-10-28
========================
diff --git a/PKGBUILD b/PKGBUILD
index b55dd5d2b9a0..2de4ea9fcefc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Theowhy <aur.theowhy@shizoku.fr>
# Contributor: jpkotta
pkgname=mfgtools
-pkgver=1.3.102
+pkgver=1.3.134
pkgrel=2
pkgdesc="Freescale/NXP I.MX Chip image deploy tools"
arch=(x86_64)