software_spec: fix bottle resource version type

This commit is contained in:
Bo Anderson 2022-09-01 18:47:38 +01:00
parent 911aa6ab18
commit 6c4245e298
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -354,7 +354,7 @@ class Bottle
@cellar = tag_spec.cellar
@rebuild = spec.rebuild
@resource.version = formula.pkg_version
@resource.version = formula.pkg_version.to_s
@resource.checksum = tag_spec.checksum
@fetch_tab_retried = false