summarylogtreecommitdiffstats
path: root/update_pkg.sh
diff options
context:
space:
mode:
authorFahad Hossain2019-03-01 01:56:33 +0600
committerFahad Hossain2019-03-01 01:56:33 +0600
commitc2246bebfd5e950e4d1ec59c6083696ce488e62c (patch)
treec359bae9e1c80168f695cc1b7eecf6976a10875c /update_pkg.sh
parentc5d39b47b8e0dbd889bbc062689ac486afb54771 (diff)
downloadaur-c2246bebfd5e950e4d1ec59c6083696ce488e62c.tar.gz
update pkgver = 72.0.3626.96
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 b83ac0d27fce..1876605c9820 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\.10\.[1-9])_amd64.deb).*/\1#\2#\3/p" | sort | tail -n 1)
+PACKAGE=$(wget -qO- $REPO | sed -rn "s/.*(chromium-codecs-ffmpeg-extra_(.*?)-(.*?)_amd64.deb).*/\1#\2#\3/p" | sort | tail -n 1)
deb=$(echo $PACKAGE | cut -d# -f1)
ver1=$(echo $PACKAGE | cut -d# -f2)