summarylogtreecommitdiffstats
path: root/update_pkg.sh
diff options
context:
space:
mode:
authorFahad Hossain2019-11-01 23:57:52 +0600
committerFahad Hossain2019-11-01 23:57:52 +0600
commit944f02aa41ca42e9df5f261a9beabf9d3dbee6bc (patch)
tree2fa8016feed7e33707f6b9f9e2dc204371edcf9b /update_pkg.sh
parent47bc6383917b6d5ccc2d28450877d66adfb877b7 (diff)
downloadaur-944f02aa41ca42e9df5f261a9beabf9d3dbee6bc.tar.gz
update to version 78.0.3904.70
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 957d0d28d100..c83389d1a94a 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_(.*?)-(.*?).18.04.1_amd64.deb).*/\1#\2#\3/p" | sort | tail -n 1)
+PACKAGE=$(wget -qO- $REPO | sed -rn "s/.*(chromium-codecs-ffmpeg-extra_(.*?)-(.*?)ubuntu1_amd64.deb).*/\1#\2#\3/p" | sort | tail -n 1)
deb=$(echo $PACKAGE | cut -d# -f1)
ver1=$(echo $PACKAGE | cut -d# -f2)