diff --git a/helpers/DATA/postgresql-common/supported-versions-trisquel.patch b/helpers/DATA/postgresql-common/supported-versions-trisquel.patch
index 08fff1d0d1a3bda290acbb3296866984424d1f66..c1a62f15e18b3ef75af1fde29c5045f560c37588 100644
--- a/helpers/DATA/postgresql-common/supported-versions-trisquel.patch
+++ b/helpers/DATA/postgresql-common/supported-versions-trisquel.patch
@@ -1,19 +1,23 @@
---- debian/supported-versions	2013-10-21 23:13:52.000000000 +0200
-+++ debian/supported-versions.trisquel	2015-01-11 17:57:00.020523090 +0100
-@@ -67,6 +67,9 @@
+--- debian/supported-versions.orig	2016-03-29 04:53:13.000000000 -0400
++++ debian/supported-versions	2017-02-10 14:20:08.503521825 -0500
+@@ -55,9 +55,12 @@
+ 
+ default() {
+     case "$DISTRO" in
++        [tT]risquel)
++            trisquel "$RELEASE"
++            ;;
+         [uU]buntu)
+             ubuntu "$RELEASE"
+             ;;
          [dD]ebian)
              debian "$RELEASE"
              ;;
-+        [tT]risquel)
-+	    trisquel "$RELEASE"
-+            ;;
-         *)
-             echo "supported_versions: WARNING! Unknown distribution: $DISTRO" >&2
-             echo "Please submit this as a bug report to your distribution." >&2
-@@ -120,6 +123,25 @@
+@@ -76,6 +82,27 @@
+             ;;
      esac
  }
- 
++
 +trisquel() {
 +    case "$1" in
 +        4.0*) # Taranis
@@ -24,9 +28,9 @@
 +            ;;
 +        7.0*) # Belenos
 +            /bin/echo -e "9.3"
-+	     ;;
-+        8.0*) # Belenos
-+            /bin/echo -e "9.4"
++            ;;
++        8.0*) # Flidas
++            /bin/echo -e "9.5"
 +            ;;
 +        *)
 +            echo "supported_versions: WARNING: Unknown Trisquel release: $1" >&2
@@ -34,8 +38,6 @@
 +            ;;
 +    esac
 +}
-+
-+
- debian_backports() {
+ 
+ ubuntu() {
      case "$1" in
-         5.0*) # Lenny