Skip to content

Commit

Permalink
Merge pull request #83 from carlwilson/maint/upgrade-droid
Browse files Browse the repository at this point in the history
MAINT: Upgrade DROID
  • Loading branch information
carlwilson authored May 30, 2024
2 parents 6b0a21f + 2f09688 commit 6d7a60b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/roles/viper.tools/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ verapdf_patch: "2"
verapdf_version: "{{ verapdf_major }}.{{ verapdf_minor }}.{{ verapdf_patch }}"

droid_major: "6"
droid_minor: "6"
droid_patch: "1"
droid_minor: "7"
droid_patch: "0"
droid_version: "{{ droid_major }}.{{ droid_minor }}.{{ droid_patch }}"

# Apache Tika version details
Expand Down Expand Up @@ -79,7 +79,7 @@ viper:
comment: "File format identification tool from The National Archives of the UK."
exec: "droid-gui"
icon: "droid.png"
version: "{{ droid_version }}"
version: "droid-{{ droid_version }}"
source:
git: "https://github.com/digital-preservation/droid.git"
tag: "{{ droid_version }}"
Expand Down

0 comments on commit 6d7a60b

Please sign in to comment.