Skip to content

Commit

Permalink
Bump deb package version
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Jun 14, 2017
1 parent 319641c commit 0542403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ packageBin := {
(packageBin in Rpm).value
}
// DEB //
version in Debian := version.value + "-1"
version in Debian := version.value + "-2"
debianPackageRecommends := Seq("elasticsearch")
debianPackageDependencies += "openjdk-8-jre-headless"
maintainerScripts in Debian := maintainerScriptsFromDirectory(
Expand Down

0 comments on commit 0542403

Please sign in to comment.