Skip to content

Commit

Permalink
update stack and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Aug 16, 2017
1 parent 1c52085 commit 68dba21
Show file tree
Hide file tree
Showing 20 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opencpu (2.0.3-xenial11) xenial; urgency=low
opencpu (2.0.4-xenial0) xenial; urgency=low

* Debian package with OpenCPU software. See www.opencpu.org

-- Jeroen Ooms <jeroen@opencpu.org> Sun, 14 May 2017 12:00:00 +0100
-- Jeroen Ooms <jeroen@opencpu.org> Wed, 16 Aug 2017 12:00:00 +0100
2 changes: 1 addition & 1 deletion docker/centos-6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM centos:centos6

ENV BRANCH 2.0.3
ENV BRANCH 2.0.4

# Enable EPEL
RUN \
Expand Down
2 changes: 1 addition & 1 deletion docker/centos-7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM centos:centos7

ENV BRANCH 2.0.3
ENV BRANCH 2.0.4

# Enable EPEL
RUN \
Expand Down
2 changes: 1 addition & 1 deletion docker/debian-9/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:9

ENV BRANCH 2.0.3
ENV BRANCH 2.0.4

# Install.
RUN \
Expand Down
2 changes: 1 addition & 1 deletion docker/fedora-25/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM fedora:25

ENV BRANCH 2.0.3
ENV BRANCH 2.0.4

# Install.
RUN \
Expand Down
2 changes: 1 addition & 1 deletion docker/fedora-26/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM fedora:26

ENV BRANCH 2.0.3
ENV BRANCH 2.0.4

# Install.
RUN \
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu-16.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:16.04

ENV BRANCH 2.0.3
ENV BRANCH 2.0.4

# Install.
RUN \
Expand Down
Binary file removed opencpu-lib/devtools_1.13.2.tar.gz
Binary file not shown.
Binary file added opencpu-lib/devtools_1.13.3.tar.gz
Binary file not shown.
Binary file removed opencpu-lib/httr_1.2.1.tar.gz
Binary file not shown.
Binary file added opencpu-lib/httr_1.3.0.tar.gz
Binary file not shown.
Binary file removed opencpu-lib/knitr_1.16.tar.gz
Binary file not shown.
Binary file added opencpu-lib/knitr_1.17.tar.gz
Binary file not shown.
Binary file removed opencpu-lib/opencpu_2.0.3.1.tar.gz
Binary file not shown.
Binary file added opencpu-lib/opencpu_2.0.4.tar.gz
Binary file not shown.
Binary file removed opencpu-lib/pander_0.6.0.tar.gz
Binary file not shown.
Binary file added opencpu-lib/pander_0.6.1.tar.gz
Binary file not shown.
Binary file removed opencpu-lib/rlang_0.1.1.tar.gz
Binary file not shown.
Binary file added opencpu-lib/rlang_0.1.2.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion rpm/opencpu.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%{!?branch: %define branch 2.0}

Name: opencpu
Version: 2.0.3
Version: 2.0.4
Release: rpm0
Source: opencpu-server-%{branch}.tar.gz
License: Apache2
Expand Down

0 comments on commit 68dba21

Please sign in to comment.