Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Feb 13, 2022
1 parent 2e8dcbf commit 376aee4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions openwrt/aliyundrive-fuse/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=aliyundrive-fuse
PKG_VERSION:=0.1.6
PKG_RELEASE:=$(AUTORELESE)
PKG_RELEASE:=$(AUTORELEASE)

PKG_LICENSE:=MIT
PKG_MAINTAINER:=messense <messense@icloud.com>
Expand All @@ -29,26 +29,26 @@ PKG_HASH:=skip
include $(INCLUDE_DIR)/package.mk

define Package/$(PKG_NAME)
SECTION:=multimedia
CATEGORY:=Multimedia
DEPENDS:=+fuse-utils
TITLE:=FUSE for AliyunDrive
URL:=https://github.com/messense/aliyundrive-fuse
SECTION:=multimedia
CATEGORY:=Multimedia
DEPENDS:=+fuse-utils
TITLE:=FUSE for AliyunDrive
URL:=https://github.com/messense/aliyundrive-fuse
endef

define Package/$(PKG_NAME)/description
FUSE for AliyunDrive.
FUSE for AliyunDrive.
endef

define Package/$(PKG_NAME)/conffiles
/etc/config/aliyundrive-fuse
endef

define Download/sha256sum
FILE:=$(PKG_SOURCE).sha256
URL_FILE:=$(FILE)
URL:=$(PKG_SOURCE_URL)
HASH:=skip
FILE:=$(PKG_SOURCE).sha256
URL_FILE:=$(FILE)
URL:=$(PKG_SOURCE_URL)
HASH:=skip
endef
$(eval $(call Download,sha256sum))

Expand Down

0 comments on commit 376aee4

Please sign in to comment.