mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-23 04:43:30 +08:00
package/fatcat: bump version to 1.1.0
The tag now has a 'v' prefix, so handle that in the github macro. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
483b43899c
commit
8e5c2ec556
@ -1,3 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 d44f6bb80d20ed50095ace9e71df8da98037db9f22cda76bdd9724d37df69130 fatcat-1.0.6.tar.gz
|
||||
sha256 303efe2aa73cbfe6fbc5d8af346d0f2c70b3f996fc891e8859213a58b95ad88c fatcat-1.1.0.tar.gz
|
||||
sha256 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c LICENSE
|
||||
|
@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FATCAT_VERSION = 1.0.6
|
||||
FATCAT_SITE = $(call github,Gregwar,fatcat,$(FATCAT_VERSION))
|
||||
FATCAT_VERSION = 1.1.0
|
||||
FATCAT_SITE = $(call github,Gregwar,fatcat,v$(FATCAT_VERSION))
|
||||
FATCAT_LICENSE = MIT
|
||||
FATCAT_LICENSE_FILES = LICENSE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user