summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid-M-Nielsen2019-05-04 20:00:41 +0200
committerDavid-M-Nielsen2019-05-04 20:00:41 +0200
commitd8f7643ffcdb41639b656d9a35224fb56bb40025 (patch)
tree51d954b2bc2d555f7e006bbccc006ea308b93a06
parent5277b58ab02190a0bc8cb3f7078a3187ac47436b (diff)
downloadaur-d8f7643ffcdb41639b656d9a35224fb56bb40025.tar.gz
fixed shahash
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 725935f9b3d5..9610b7e23d56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = spasm
optdepends = xclip: getting password to clipboard automatically
optdepends = gnupg: password encryption and decryption
source = spasm-0.3.1.tar.gz::https://github.com/David-M-Nielsen/spasm/archive/v0.3.1.tar.gz
- sha256sums = 51845114b55aa54171d7adbe024045bc888bb07d5825ff853b3bc1b0d4e0760d
+ sha256sums = e041bd86797aca5e0b1089968be8f2b2cb4e5879f4ac8378aed765132c01faeee2f57f3a8bb35a10eb60e7998b7c35d22d2fb1b8c3a0fe89d08fed21f7c1bf4a
pkgname = spasm
diff --git a/PKGBUILD b/PKGBUILD
index 2b0aab944920..82d36b9a6241 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('bash' 'coreutils')
optdepends=('xclip: getting password to clipboard automatically' 'gnupg: password encryption and decryption')
makedepends=('git')
-sha256sums=('51845114b55aa54171d7adbe024045bc888bb07d5825ff853b3bc1b0d4e0760d')
+sha256sums=('e041bd86797aca5e0b1089968be8f2b2cb4e5879f4ac8378aed765132c01faeee2f57f3a8bb35a10eb60e7998b7c35d22d2fb1b8c3a0fe89d08fed21f7c1bf4a')
package(){
cd "${srcdir}/${pkgname}-${pkgver}"