diff options
author | Joel Stanley <joel@jms.id.au> | 2017-09-13 14:48:44 +1000 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-09-13 08:06:12 +0200 |
commit | 4ce28934434b51680ecd87eb987f4d4915fa4040 (patch) | |
tree | 3c6eb4ab49aeb9430092605dcfd12943877f1444 | |
parent | 403846cee960a49e2866037c0af90918adf3f356 (diff) | |
download | buildroot-4ce28934434b51680ecd87eb987f4d4915fa4040.tar.gz buildroot-4ce28934434b51680ecd87eb987f4d4915fa4040.zip |
powerpc-utils: Bump version to 1.3.4
This also moves the source tree to the new official upstream location at
ibm-power-utilities GitHub organisation.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/powerpc-utils/powerpc-utils.hash | 2 | ||||
-rw-r--r-- | package/powerpc-utils/powerpc-utils.mk | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/powerpc-utils/powerpc-utils.hash b/package/powerpc-utils/powerpc-utils.hash index fe5cc6a24d..437a5865c2 100644 --- a/package/powerpc-utils/powerpc-utils.hash +++ b/package/powerpc-utils/powerpc-utils.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 2a3f4e7ef219d4de642c7da100d7d6511e93556778c0814b2ebc1170256fc844 powerpc-utils-v1.3.3.tar.gz +sha256 d36372efebc1f6f9409501f7ab68a812843925334dee6438e7b52a53c21574c5 powerpc-utils-v1.3.4.tar.gz diff --git a/package/powerpc-utils/powerpc-utils.mk b/package/powerpc-utils/powerpc-utils.mk index 0aa79dc2a0..da7a3c9cd6 100644 --- a/package/powerpc-utils/powerpc-utils.mk +++ b/package/powerpc-utils/powerpc-utils.mk @@ -4,8 +4,8 @@ # ################################################################################ -POWERPC_UTILS_VERSION = v1.3.3 -POWERPC_UTILS_SITE = $(call github,nfont,powerpc-utils,$(POWERPC_UTILS_VERSION)) +POWERPC_UTILS_VERSION = v1.3.4 +POWERPC_UTILS_SITE = $(call github,ibm-power-utilities,powerpc-utils,$(POWERPC_UTILS_VERSION)) POWERPC_UTILS_DEPENDENCIES = zlib POWERPC_UTILS_AUTORECONF = YES POWERPC_UTILS_LICENSE = GPL-2.0+ |