Skip to content

Commit

Permalink
Update unison version
Browse files Browse the repository at this point in the history
  • Loading branch information
mergwyn committed Nov 30, 2023
1 parent c06ea8e commit 8e605b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site-modules/profile/manifests/app/unison.pp
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
'Debian': {
package { 'unison': ensure => absent, }

$version = '2.51.4'
$ocaml = '4.12.0'
$version = '2.53.3'
$ocaml = '4.14.0'

case $facts['os']['architecture'] {
'amd64': { $archive_name = "unison-v${version}+ocaml-${ocaml}+x86_64.linux.tar.gz" }
Expand Down

0 comments on commit 8e605b0

Please sign in to comment.