From c2c303e6cbb23c990ec9bcd5010daa7568110a9f Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Mon, 10 Jan 2022 13:51:02 -0800 Subject: [PATCH] Update source hashes --- PKGBUILD | 4 ++-- file-scripts.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index c796258..a235391 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,8 +8,8 @@ license=(GPL3) depends=(fd fzf mlocate 'python>=3.7' python-termcolor) makedepends=(python-hypothesis python-pytest python-setuptools python-sphinx) source=("${pkgname}-${pkgver}.tar.gz") -sha256sums=('89ef58e7b7ff62914570e8747cf9a56d695e7da3e8d27655a6431c64b31d3eb6') -sha512sums=('f7eb56056f9de047b6a4e0531a44863e34e1beb3e620daf219807badefaed186036bc8d06dd102335915fe44ff06e1c132d159f38692043cf96d49649c4371b4') +sha256sums=('1124f0fabb45341a0daf6ca1f6fc9f7aa13bc921bd2fe25bd6e9744829c7fc96') +sha256sums=('9995199d336df02f37af4a5600dfb969a85c64ce54644d95151b4fc1c9b9338940724efa6a037ccc96e3086656cebe7315be7d85de7fb0212aace0a701e32467') package() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/file-scripts.rb b/file-scripts.rb index ed5e59e..ff59ee6 100644 --- a/file-scripts.rb +++ b/file-scripts.rb @@ -4,7 +4,7 @@ class FileScripts < Formula url "https://github.com/etorres4/file-scripts", :using => :git version "1.0" - sha256 "89ef58e7b7ff62914570e8747cf9a56d695e7da3e8d27655a6431c64b31d3eb6" + sha256 "1124f0fabb45341a0daf6ca1f6fc9f7aa13bc921bd2fe25bd6e9744829c7fc96" depends_on "python@3.10" depends_on "fd"