summarylogtreecommitdiffstats
path: root/update_pkg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update_pkg.sh')
-rwxr-xr-xupdate_pkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_pkg.sh b/update_pkg.sh
index c83389d1a94a..957d0d28d100 100755
--- a/update_pkg.sh
+++ b/update_pkg.sh
@@ -1,6 +1,6 @@
#!/bin/bash
REPO='http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/'
-PACKAGE=$(wget -qO- $REPO | sed -rn "s/.*(chromium-codecs-ffmpeg-extra_(.*?)-(.*?)ubuntu1_amd64.deb).*/\1#\2#\3/p" | sort | tail -n 1)
+PACKAGE=$(wget -qO- $REPO | sed -rn "s/.*(chromium-codecs-ffmpeg-extra_(.*?)-(.*?).18.04.1_amd64.deb).*/\1#\2#\3/p" | sort | tail -n 1)
deb=$(echo $PACKAGE | cut -d# -f1)
ver1=$(echo $PACKAGE | cut -d# -f2)