Skip to content

Commit

Permalink
Version 7.2.0 of OSP Suite
Browse files Browse the repository at this point in the history
Version 7.2.0
  • Loading branch information
msevestre authored Dec 7, 2017
2 parents 6a01b31 + 7be9515 commit 96db7ab
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
This open source Systems Pharmacology project makes formerly commercial software tools [PK-Sim®](http://www.open-systems-pharmacology.org/pk-sim) and [MoBi®](http://www.open-systems-pharmacology.org/mobi) available as freeware under the [GPLv2 License](LICENSE). All source code goes public.
This open source Systems Pharmacology project makes formerly commercial software tools [PK-Sim®](http://www.open-systems-pharmacology.org/pk-sim) and [MoBi®](http://www.open-systems-pharmacology.org/mobi) available as freeware under the [GPLv2 License](LICENSE). All source code is public.

Latest suite release can be found here:
http://setup.open-systems-pharmacology.org

We invite everyone in the field of Systems Pharmacology, be it in academia, industry or regulatory bodies, to use the platform. Active participation of computer and modeling & simulation scientists in the further development of the modeling & simulation platform, the incorporated systems models, processes for their qualifaction and application etc. is encouraged and highly welcome! Please follow the community’s activities in this GitHub project.

# Discussion forum for the Open Systems Pharmacology Project
Visit and subscribe to the [Open Systems Pharmacology Project Forum](http://forum.open-systems-pharmacology.org) to stay up-to-date with the community and receive updates on new software releases, models as well as discussions.

# Open Systems Pharmacology Suite with PK-Sim® and MoBi® for Quantitative Systems Pharmacology

## Unmatched Flexibility - Unlimited Transparency
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
app_version: '7.1.0'
app_version: '7.2.0'

version: '%app_version%.{build}'

Expand Down
2 changes: 1 addition & 1 deletion rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def prepare_msi(msi)
file = download package
puts file
package[:file_name] = retrieve_package_name(file, package)
download_path = "https://github.com/#{GITHUB_NAME}/#{package[:git_repository]}/releases/download/v#{package[:version]}/#{package[:file_name]}"
download_path = "https://systems-biology.com/fileadmin/sb_ftp/OSP_Updates/#{package[:file_name]}"
VARIABLES["#{msi}DownloadPath"] = download_path
VARIABLES[msi] = package[:file_name]
end
Expand Down
2 changes: 1 addition & 1 deletion setup/bundle.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
Vital ="yes"
SourceFile="MikTex.msi"
Compressed="$(var.Compressed)"
DownloadUrl="https://github-cloud.s3.amazonaws.com/releases/84485378/05b6377e-04dd-11e7-8b42-d741e6480b85.msi?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20170525%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20170525T013711Z&X-Amz-Expires=300&X-Amz-Signature=143e7b92881523242e51c3d3c6157a40f588a226b3e6149fb3ff1c5efaaa962e&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3DMikTex.2.9.3.msi&response-content-type=application%2Foctet-stream"
DownloadUrl="https://systems-biology.com/fileadmin/sb_ftp/OSP_Updates/MikTex.2.9.3.msi"
>
<MsiProperty Name='TARGETDIR' Value='[InstallFolder]'/>
</MsiPackage>
Expand Down
4 changes: 2 additions & 2 deletions versions.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<applications>
<application name="PK-Sim">
<version>7.1.0</version>
<version>7.2.0</version>
</application>
<application name="MoBi">
<version>7.1.0</version>
<version>7.2.0</version>
</application>
</applications>

0 comments on commit 96db7ab

Please sign in to comment.