Skip to content

Commit

Permalink
Procyon updated to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpstotz committed Apr 30, 2023
1 parent b5ae1e5 commit 6d9a3c2
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 12 deletions.
16 changes: 9 additions & 7 deletions AUDIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,15 @@ _Primary Source: https://repo1.maven.org/maven2/org/benf/cfr/_
### Procyon
_Primary Source: https://repo1.maven.org/maven2/org/bitbucket/mstrobel/_

* `./org.sf.feeling.decompiler.procyon/lib/procyon-core-0.5.36.jar`
* SHA-256: 5123b7db09bea2176fd9ec09e3cab05c728e4f3151fc47dabb0b5d7c8e964896
* Version from https://repo1.maven.org/maven2/org/bitbucket/mstrobel/procyon-core/0.5.36/procyon-core-0.5.36.jar

* `./org.sf.feeling.decompiler.procyon/lib/procyon-compilertools-0.5.36.jar`
* SHA-256: 9f737863b5b577746d7594b45187870bf8184ddb3657ac71817ddc950cf6bff5
* Version from https://repo1.maven.org/maven2/org/bitbucket/mstrobel/procyon-compilertools/0.5.36/procyon-compilertools-0.5.36.jar
* `./org.sf.feeling.decompiler.procyon/lib/procyon-core-0.6.0.jar`
* SHA-256: e52096fde7ce4c84db7a943298ae6cad4ea9e33824fe6ccb99c308a7ad7e594c
* Version from https://repo1.maven.org/maven2/org/bitbucket/mstrobel/procyon-core/0.6.0/procyon-core-0.6.0.jar
* Signed with GPG key 0x63A44F0EBD06601F

* `./org.sf.feeling.decompiler.procyon/lib/procyon-compilertools-0.6.0.jar`
* SHA-256: 5b5b40d4bae758a823210c5c1513f2027bd7fe2e9421cd2b004c5d91b0676956
* Version from https://repo1.maven.org/maven2/org/bitbucket/mstrobel/procyon-compilertools/0.6.0/procyon-compilertools-0.6.0.jar
* Signed with GPG key 0x63A44F0EBD06601F

### Netbeans CVSClient
_Primary Source: https://versioncontrol.netbeans.org/javacvs/library/_
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ Used libraries:
* Version ? (unreleased)
* Removed Jad decompiler (decompiler was released 2001)
* Quiltflower plugin and feature added
* Updated Embedded Decompilers
* CFR to version 0.152 (JDK 14 support)
* Procyon to version 0.6.0

* Version 3.2.2
* Fixed some inconsistencies regarding version numbers and the update site
Expand Down
6 changes: 3 additions & 3 deletions org.sf.feeling.decompiler.procyon/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/procyon-compilertools-0.5.36.jar" sourcepath="C:/Users/JP/AppData/Local/Temp/.org.sf.feeling.decompiler1615905896388/source/procyon-compilertools-0.5.36-sources.jar"/>
<classpathentry kind="lib" path="lib/procyon-core-0.5.36.jar" />
<classpathentry kind="output" path="target/classes"/>
<classpathentry kind="lib" path="lib/procyon-compilertools-0.6.0.jar"/>
<classpathentry kind="lib" path="lib/procyon-core-0.6.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 2 additions & 2 deletions org.sf.feeling.decompiler.procyon/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Bundle-ActivationPolicy: lazy
Bundle-Vendor: ECD Project Team
Export-Package: org.sf.feeling.decompiler.procyon.actions,
org.sf.feeling.decompiler.procyon.decompiler
Bundle-ClassPath: lib/procyon-core-0.5.36.jar,
lib/procyon-compilertools-0.5.36.jar,
Bundle-ClassPath: lib/procyon-core-0.6.0.jar,
lib/procyon-compilertools-0.6.0.jar,
.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: BCPG v1.64

iEYEABEKAAYFAmIT8JYACgkQY6RPDr0GYB/LpwCdGMaVJJan7LeYrDn79OslrW0S
kBUAniFHn3SqdRnJaP40CYIqV2QVgTFs
=EJpN
-----END PGP SIGNATURE-----
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: BCPG v1.64

iEYEABEKAAYFAmIT8KUACgkQY6RPDr0GYB/xyACeNLHWhIhNXuieClgokSKohgZj
U9MAnjBufbg2BbPPi2ZOwdY1q7CB1NZQ
=PPBN
-----END PGP SIGNATURE-----

0 comments on commit 6d9a3c2

Please sign in to comment.