We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddbd29 commit 35bc4b8Copy full SHA for 35bc4b8
debian/rules
@@ -21,7 +21,7 @@ DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
21
dh $@
22
23
override_dh_install:
24
- ./scripts/fetch-and-run-installer.sh "1.80.0" "/usr" "debian/tmp" $(DEB_HOST_GNU_CPU)
+ ./scripts/fetch-and-run-installer.sh "1.84.1" "/usr" "debian/tmp" $(DEB_HOST_GNU_CPU)
25
26
dh_install --autodest "debian/tmp/*"
27
0 commit comments