summarylogtreecommitdiffstats
path: root/update_pkg.sh
diff options
context:
space:
mode:
authorFahad Hossain2019-03-10 00:07:30 +0600
committerFahad Hossain2019-03-10 00:10:29 +0600
commit2a0ffd894806b382c9fbdcf95a3ffb5835fa18ae (patch)
tree8e690f9dc3af7b112e2292607278a1dd282e74c2 /update_pkg.sh
parent44c01f5e96c0838ef4fb479c9f1eda292cdf1acf (diff)
downloadaur-2a0ffd894806b382c9fbdcf95a3ffb5835fa18ae.tar.gz
switch to lts
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 1876605c9820..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_(.*?)-(.*?)_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)