summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskrewball2022-03-15 13:54:38 -0300
committerskrewball2022-03-15 13:54:38 -0300
commite3e53ea67fec816d5e2e6d2dc3025089f28abd34 (patch)
treefa166cdb1418a01e63df7f065e0246c7a50a41cb
parenteabfbc510c8f024bced790edbd32ce78c20e3bfd (diff)
downloadaur-e3e53ea67fec816d5e2e6d2dc3025089f28abd34.tar.gz
Fix sha256sum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3aeda6406c5b..6689fe2bdfed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,6 @@ pkgbase = gnome-shell-extension-color-picker
license = GPL3
depends = gnome-shell>=41
source = https://extensions.gnome.org/extension-data/color-pickertuberry.v27.shell-extension.zip
- sha256sums = 6e324ae413867538c9a7b407130026d38b6db048f3923e935089330f2152d57c
+ sha256sums = c8b7e269f214ce97b81930cdd9ca34b28d8d7f8736b69d5ea76d6f3f9dd73de9
pkgname = gnome-shell-extension-color-picker
diff --git a/PKGBUILD b/PKGBUILD
index b66a66014b77..7ee6d48c7400 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://github.com/tuberry/color-picker'
license=('GPL3')
depends=('gnome-shell>=41')
source=("https://extensions.gnome.org/extension-data/color-pickertuberry.v${pkgver}.shell-extension.zip")
-sha256sums=('6e324ae413867538c9a7b407130026d38b6db048f3923e935089330f2152d57c')
+sha256sums=('c8b7e269f214ce97b81930cdd9ca34b28d8d7f8736b69d5ea76d6f3f9dd73de9')
package() {
local _uuid="color-picker@tuberry"