Modify ↓
Opened 9 years ago
Closed 7 years ago
#4751 closed defect (fixed)
Wrong url in gw6c Makefile
Reported by: | anonymous | Owned by: | developers |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | packages | Version: | Trunk |
Keywords: | Cc: |
Description (last modified by jow)
wget -t1 --timeout=20 -O $(DL_DIR)/$(PKG_NAME)-$(PKG_VERSION).tar.bz2 "http://www.go6.net/4105/file.asp?file_id=136"
the good is
wget -t1 --timeout=20 -O $(DL_DIR)/$(PKG_NAME)-$(PKG_VERSION).tar.bz2 "http://go6.net/4105/file.asp?file_id=136"
Attachments (0)
Change History (3)
comment:1 Changed 9 years ago by jow
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 7 years ago by yejunx@…
- Resolution fixed deleted
- Status changed from closed to reopened
I got 404 error today.
comment:3 Changed 7 years ago by swalker
- Resolution set to fixed
- Status changed from reopened to closed
- Version set to Trunk
Fixed in r27583.
Note: See
TracTickets for help on using
tickets.
committed in r14785 - thanks!