Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openwrt-packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
openwrt-packages
Commits
4b422023
Unverified
Commit
4b422023
authored
7 years ago
by
Zoltan Herpai
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #5112 from wigyori/for-15.05-sshfs
CC: sshfs: upgrade to 2.10
parents
b4b69ca9
942ad75e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
net/sshfs/Makefile
+5
-5
5 additions, 5 deletions
net/sshfs/Makefile
with
5 additions
and
5 deletions
net/sshfs/Makefile
+
5
−
5
View file @
4b422023
...
...
@@ -8,17 +8,17 @@
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
sshfs
PKG_VERSION
:=
2.
5
PKG_VERSION
:=
2.
10
PKG_RELEASE
:=
1
PKG_LICENSE
:=
GPL-2.0
PKG_MAINTAINER
:=
Zoltan HERPAI <wigyori@uid0.hu>
PKG_SOURCE
:=
$(
PKG_NAME
)
-
fuse-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
@SF/fuse
PKG_MD5SUM
:=
17494910db8383a366b1301e5f5148a9
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
https://github.com/libfuse/sshfs/releases/download/
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
PKG_MD5SUM
:=
c99a1bcf3934d45e4a6342113669df4b
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
-
fuse-
$(
PKG_VERSION
)
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
include
$(INCLUDE_DIR)/package.mk
include
$(INCLUDE_DIR)/nls.mk
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment