Skip to content

Commit b6191d4

Browse files
committed
package/9bit: bump version and update for 2021.02
According to buildroot upstream 2021.02 specs: Download: Rework the tarball creation logic (E.G. when a package is fetched from a git/svn repo) to no longer require a host-tar <= 1.29. To differ between the old and the new format, the new tarballs have gained a -br1 suffix (<pkg>-<version>-br1.tar.gz). The old style of getting a package was adding a '-br1' suffix to the tarball, which would make the hash check fail for this package. Update to a simpler github get method, and the checksum works fine, buildroot does not add -br1 to the tarball. Signed-off-by: Eugen Hristev <[email protected]>
1 parent bc4a74a commit b6191d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package/9bit/9bit.hash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# https://github.com/linux4sam/9bit.git
22
sha256 1c84f8f8ff44c224694b3588096574b4f420a658f028cbf73324b1da1b06f6e4 9bit-cf81202aed30a43c674d4c719899e1885059d202.tar.gz
33
sha256 41a53edce5e5d6ed7d7243dc2188da68336d3ca6b34f771cc5182b46ba375f3b 9bit-df45b743003a78bb735eb3c2cb294f3cce3ae43a.tar.gz
4+
sha256 388df7deab42c0db529e30b3f0688841eef8b2d385e2400b78a6f37341073565 9bit-f4cd916c8c58300ea1cbb398f0b40fe43a70d6d6.tar.gz
45

56
# Hash for licence files

package/9bit/9bit.mk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
#
55
################################################################################
66

7-
9BIT_VERSION = df45b743003a78bb735eb3c2cb294f3cce3ae43a
8-
9BIT_SITE = https://github.com/linux4sam/9bit.git
7+
9BIT_VERSION = f4cd916c8c58300ea1cbb398f0b40fe43a70d6d6
8+
9BIT_SITE = $(call github,linux4sam,9bit,$(9BIT_VERSION))
99
9BIT_LICENSE = MIT
1010
9BIT_LICENSE_FILES = COPYING
11-
9BIT_SITE_METHOD = git
1211

1312
define 9BIT_BUILD_CMDS
1413
$(TARGET_MAKE_ENV) CC="$(TARGET_CC)" LD="$(TARGET_LD)" $(MAKE) -C $(@D) all

0 commit comments

Comments
 (0)