Commit Graph

12 Commits

Author SHA1 Message Date
erw7
588fc96caa nimble: update to 0.9.0 (#4756)
* nimble: update to 0.9.0

- Change to use archived source file instead of git repository.
- Change to use install command instead cp command.

* Fix issue that compiler module command.nim failed to compile
2018-12-10 10:16:56 +03:00
erw7
01373939af Change to use posixy path even on Windows (#4743)
- Change configuration files path to %NIM%/etc/nim.
- Change the system library path to %NIM%/lib/nim.
- Change DLL name from nimrtl.dll to libnimrtl.dll.
- Add DLL of MinGW to DLL name of pcre wrapper.
- Add DLL of MinGW to DLL name of sqlite3 wrapper.
- Change the installation destination of the configuration file to
  %NIM%/etc/nim.
- Change the installation destination of the nimrtl.dll to %NIM%/bin.
2018-12-04 14:25:59 +03:00
Alexey Pavlov
27112abaa1 nim: Update to 0.19.0 2018-11-02 15:27:21 +03:00
Viktor Szakats
7f6257d62d switch to HTTPS where available (#2904)
* switch to HTTPS where available

* use canonical readthedocs URLs
2017-09-16 09:12:45 +03:00
Alexey Pavlov
3f95278c96 nim: Pass GCC bitness to build script. 2017-09-11 08:05:38 +03:00
Alexey Pavlov
338017c1e5 nim: Update to 0.17.2 2017-09-11 07:55:29 +03:00
Yusuke Sasaki
7c803d2668 add pkgbase entry 2016-03-07 00:33:13 +09:00
Viktor Szakats
b018b53999 fix git urls
* mark git urls as such with `git+` prefix
* revert git.videolang.org urls to use cleartext git protocol
  (http/https access appears to be down)
2016-02-29 12:18:29 +01:00
Viktor Szakats
e32a40cc92 switch to sha256 checksums
* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* update PKGBUILD templates
* remove line-ending whitespace
* minor typos/fixes

Remaining md5sums either didn't download or
didn't pass checksum tests.
2016-02-25 20:55:26 +01:00
Viktor Szakats
e7111647e2 use secure urls
* follow some redirects
2016-02-23 10:26:29 +01:00
Alexey Pavlov
5ac0499457 Rebuild failures. 2015-07-21 01:14:21 +03:00
David Macek
11cada366e WIP new package: nim compiler, nimble package manager
Nim currently can't find neither nim.cfg or any library under lib/nim.
2015-01-14 22:32:21 +01:00