Browse Source

Merge pull request #2336 from diizzyy/patch-1

exfat-nofuse: update version
lilik-openwrt-22.03
Ted Hess 9 years ago
parent
commit
d0d51c6565
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      kernel/exfat-nofuse/Makefile

+ 2
- 2
kernel/exfat-nofuse/Makefile View File

@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=exfat-nofuse
PKG_VERSION:=git-20150828
PKG_VERSION:=git-20151121
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://github.com/dorimanx/exfat-nofuse.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=0ead00404360b944652335331a2e1a50948f4cb9
PKG_SOURCE_VERSION:=42635ed1c682a0d85c12f73d08489d1a3a7a94e3
PKG_MAINTAINER:=Bruno Randolf <br1@einfach.org>
PKG_LICENSE:=GPL-2.0


Loading…
Cancel
Save