summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheowhy2021-08-06 21:01:26 +0200
committerTheowhy2021-08-06 21:01:26 +0200
commitbc50c1828fc02abe327c3b053e736d59c4e1df75 (patch)
tree92a6d345454aff850fda1a49081a1acba5df7f79
parent12856b617dbfd2e2022d3ae3beb673abc078d4ab (diff)
downloadaur-bc50c1828fc02abe327c3b053e736d59c4e1df75.tar.gz
Update package to 1.4.139
-rw-r--r--.SRCINFO7
-rw-r--r--History.md79
-rw-r--r--PKGBUILD4
3 files changed, 84 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 776f4ae9c0e3..e10aa5f1445d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mfgtools
pkgdesc = Freescale/NXP I.MX Chip image deploy tools
- pkgver = 1.4.72
- pkgrel = 2
+ pkgver = 1.4.139
+ pkgrel = 1
url = https://github.com/NXPmicro/mfgtools
changelog = History.md
arch = x86_64
@@ -13,10 +13,9 @@ pkgbase = mfgtools
depends = libusb
depends = libzip
depends = openssl
- source = git+https://github.com/NXPmicro/mfgtools#tag=uuu_1.4.72
+ source = git+https://github.com/NXPmicro/mfgtools#tag=uuu_1.4.139
source = uuu-complete.bash
sha256sums = SKIP
sha256sums = SKIP
pkgname = mfgtools
-
diff --git a/History.md b/History.md
index 1884fbd52472..45827488d301 100644
--- a/History.md
+++ b/History.md
@@ -1,4 +1,83 @@
+uuu_1.4.139 / 2021-06-02
+========================
+
+ * Fix trail data missed at some sparse file
+
+uuu_1.4.138 / 2021-05-25
+========================
+
+ * fix linux build fail
+ * Add help option -IgSerNum to set windows registry
+ * add usb_next_timeout to break infinit wait between stages
+ * usbhotplug: avoid code duplication and make it thread save
+ * usbhotplug: remove unused variable
+ * return out of memory when allocate failure
+ * Create post-refresh
+ * Revert "Disable snap home interface attribute to avoid manual review"
+ * -bshow error message add new line
+ * -bshow show error message at stderr
+ * -bshow don't show uuu version information and recover cursor ESC
+
+uuu_1.4.127 / 2021-03-30
+========================
+
+ * Fix 8ulp only download spl
+ * remove alias universal-update-utility
+ * test snapcraft webhook 2
+ * test snapcraft webhook
+ * test snapcraft 3
+ * test snapcraft 2
+ * test snapcraft
+ * Disable snap home interface attribute to avoid manual review
+ * Migrate snap base to core18 to mitigate submodule clone error
+ * Allow reading the SUDO_USER's uuu script whenthe snap is run as root
+ * Warn snap confinement issues when program errors
+ * Sync snap metadata with store listing
+ * Fix selective-checkout wrongly checking out v2.8.0 tag
+ * Fix selective checkout part definition
+ * Update README.md
+ * Revert "update selective-checkout of snap.yaml"
+
+uuu_1.4.107 / 2021-03-05
+========================
+
+ * mv snap/license to snap/local
+ * update selective-checkout of snap.yaml
+ * update snap svg
+ * snap: Fix missing copyright declaration
+ * snap: Add MIT license file
+ * Ignore locally built snaps from Git
+ * snap: Drop packaging revision which is only useful with out-of-repo recipe
+ * snap: Use in-repo source instead of cloning from GitHub
+ * Implement snap packaging (#221)
+ * Add Snap badges
+
+uuu_1.4.95 / 2021-02-24
+=======================
+
+ * Build all after added mac build
+ * deloy uuu_mac
+ * update path
+ * fix path on mac build
+ * try build on macos
+ * test build on MacOS
+ * try build on macos
+ * try build on macos
+ * try build on macos
+ * Test macOS build
+ * Add mac prebuild image
+ * fails to build on alpine arm32v6'; fix adding interpreter to uuu/gen_txt_include.sh
+
+uuu_1.4.77 / 2021-01-22
+=======================
+
+ * Add 8ULP support
+ * uuu: Move rules to priority 70
+ * uuu: Use uaccess instead of '0666' in the udev rule
+ * update bzip2 to bzip2-1.0.8
+ * update bzip2 to official git repo
+
uuu_1.4.72 / 2021-01-13
=======================
diff --git a/PKGBUILD b/PKGBUILD
index c8acbb7aaa5c..177b27d0c76e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Theowhy <aur.theowhy@shizoku.fr>
# Contributor: jpkotta
pkgname=mfgtools
-pkgver=1.4.72
-pkgrel=2
+pkgver=1.4.139
+pkgrel=1
pkgdesc="Freescale/NXP I.MX Chip image deploy tools"
arch=(x86_64)
url="https://github.com/NXPmicro/mfgtools"