Skip to content

Commit 17eddd0

Browse files
committed
Upgrade jppm.
1 parent fcdac13 commit 17eddd0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packager/package.php.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: jppm
2-
version: 0.6.3
2+
version: 0.6.4
33

44
plugins: [GitHub, Hub, Doc]
55

@@ -17,7 +17,8 @@ github:
1717
> JPHP Package Manager v%version%
1818
1919
**What's new**
20-
+ Bugfixes.
20+
+ Upgrade JPHP core.
21+
+ Fix using deps by git links on linux for non-root users.
2122
2223
**Downloads**
2324
+ For Windows: [JPPM Windows Installer](%github.address%/releases/download/jppm-%version%/jppm-setup-%version%.exe)

packager/src-php/packager/repository/GitRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function getLocalDirectory(): string
8888
return $this->localDir;
8989
}
9090

91-
$home = System::getProperty("jppm.home") . "/../download/git";
91+
$home = System::getProperty("jppm.home") . "/download/git";
9292

9393
$source = new URL($this->getNormalSource());
9494

0 commit comments

Comments
 (0)