Skip to content

Commit a38d551

Browse files
authored
Merge pull request #66 from dmpas/feature/r42
Feature/r42
2 parents 0efbd32 + 4841d33 commit a38d551

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

choco/tools/chocolateyinstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
$packageName= 'v8unpack'
44
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
5-
$url = "https://github.com/dmpas/v8unpack/releases/download/v.$version/v8unpack-$version.msi"
5+
$url = "https://github.com/e8tools/v8unpack/releases/download/v.$version/v8unpack-$version.msi"
66
$url64 = ''
77

88
$packageArgs = @{

v8unpack.nuspec

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,18 @@
33
<metadata>
44
<id>v8unpack</id>
55
<version>3.0.42</version>
6-
<packageSourceUrl>https://github.com/dmpas/v8unpack</packageSourceUrl>
7-
<!--<owners>__REPLACE_YOUR_NAME__</owners>-->
8-
<!-- ============================== -->
9-
10-
<!-- == SOFTWARE SPECIFIC SECTION == -->
11-
<!-- This section is about the software itself -->
6+
<packageSourceUrl>https://github.com/e8tools/v8unpack</packageSourceUrl>
127
<title>v8unpack</title>
13-
<authors>Denis Demidov, Sergey Batanov</authors>
14-
<projectUrl>https://github.com/dmpas/v8unpack</projectUrl>
15-
<!--<iconUrl>http://cdn.rawgit.com/__REPLACE_YOUR_REPO__/master/icons/v8unpack.png</iconUrl>-->
16-
<!-- <copyright>Year Software Vendor</copyright> -->
8+
<authors>Denis Demidov, Sergey Batanov, Sergey Rudakov</authors>
9+
<projectUrl>https://github.com/e8tools/v8unpack</projectUrl>
1710
<licenseUrl>http://mozilla.org/MPL/2.0/</licenseUrl>
1811
<requireLicenseAcceptance>true</requireLicenseAcceptance>
19-
<projectSourceUrl>https://github.com/dmpas/v8unpack</projectSourceUrl>
20-
<docsUrl>https://github.com/dmpas/v8unpack/wiki</docsUrl>
21-
<bugTrackerUrl>https://github.com/dmpas/v8unpack/issues</bugTrackerUrl>
12+
<projectSourceUrl>https://github.com/e8tools/v8unpack</projectSourceUrl>
13+
<docsUrl>https://github.com/e8tools/v8unpack/wiki</docsUrl>
14+
<bugTrackerUrl>https://github.com/e8tools/v8unpack/issues</bugTrackerUrl>
2215
<tags>v8unpack cf epf</tags>
2316
<summary>CF-files management tool</summary>
2417
<description>Pack/unpack CF-files</description>
25-
<!-- <releaseNotes>__REPLACE_OR_REMOVE__MarkDown_Okay</releaseNotes> -->
26-
<!-- =============================== -->
2718
</metadata>
2819
<files>
2920
<!-- this section controls what actually gets packaged into the Chocolatey package -->

0 commit comments

Comments
 (0)