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
396a06e6
Commit
396a06e6
authored
3 years ago
by
Rosen Penev
Browse files
Options
Downloads
Patches
Plain Diff
tcl: update to 8.6.11
Signed-off-by:
Rosen Penev
<
rosenp@gmail.com
>
parent
d49f59cf
No related branches found
Branches containing commit
No related tags found
1 merge request
!13
Uplift of packages using two step method. Use commits specified by feeds.conf.default from main repo.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lang/tcl/Makefile
+3
-3
3 additions, 3 deletions
lang/tcl/Makefile
with
3 additions
and
3 deletions
lang/tcl/Makefile
+
3
−
3
View file @
396a06e6
...
...
@@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
tcl
TCL_MAJOR_VERSION
:=
8.6
PKG_VERSION
:=
${
TCL_MAJOR_VERSION
}
.1
0
PKG_RELEASE
:=
2
PKG_VERSION
:=
${
TCL_MAJOR_VERSION
}
.1
1
PKG_RELEASE
:=
$(
AUTORELEASE
)
PKG_SOURCE
:=
$(
PKG_NAME
)$(
PKG_VERSION
)
-src
.tar.gz
PKG_SOURCE_URL
:=
@SF/
$(
PKG_NAME
)
PKG_HASH
:=
5196dbf6638e3df8d5c87b5815c8c2b758496eb6f0e41446596c9a4e638d87ed
PKG_HASH
:=
8c0486668586672c5693d7d95817cb05a18c5ecca2f40e2836b9578064088258
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)$(
PKG_VERSION
)
HOST_BUILD_DIR
:=
$(
BUILD_DIR_HOST
)
/
$(
PKG_NAME
)$(
PKG_VERSION
)
...
...
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