summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Dressel2021-05-18 09:03:19 -0400
committerJames Dressel2021-05-18 09:03:19 -0400
commitd1b767427a507203e30fa9b5e036a65d2c1b6430 (patch)
tree521940bc65c9319412a05c5f13b70a54641ccafb /PKGBUILD
parent340f7c8e4610c8c6d37501952edb5f694712cb4a (diff)
downloadaur-d1b767427a507203e30fa9b5e036a65d2c1b6430.tar.gz
Replace hardcoded beta with stable in tar url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd23e4d4f18b..9c483c4361e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('LicenseRef-1Password-Proprietary')
depends=('hicolor-icon-theme')
options=(!strip)
install="${pkgname}.install"
-source=(https://downloads.1password.com/linux/tar/beta/x86_64/${_tar}{,.sig})
+source=(https://downloads.1password.com/linux/tar/stable/x86_64/${_tar}{,.sig})
sha256sums=('b0f2e0e31a9d6ae3ce2a2ba97736876b13083bc14bdf6eef515bbf5d760ae156'
'6f9e0001fd6c53f1eda4d5399a39c756c5d134aeeb686d0b563d12dad0300681'
)