diff options
author | James Houghton | 2016-12-25 12:58:02 -0500 |
---|---|---|
committer | James Houghton | 2016-12-25 12:58:02 -0500 |
commit | 5e1c016a80f3626b2c25fcadb311719238e25f6a (patch) | |
tree | 733eaf3545ea70666029fa67590b59df84bf9b04 | |
parent | 9935a220e27952af7654258d7f170f735c03d764 (diff) | |
download | aur-5e1c016a80f3626b2c25fcadb311719238e25f6a.tar.gz |
Update larryshell
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ pkgbase = larryshell license = MIT depends = bash source = https://jhoughton.me/larryshell/0.0.5-1.tar.gz - md5sums = 465520ced1180ec7dc27dc3bcab64dc1 + md5sums = a16db8147c58ce68cd6c915438cea1dd pkgname = larryshell @@ -7,7 +7,7 @@ license=('MIT') depends=('bash') source=("https://jhoughton.me/larryshell/${pkgver}-${pkgrel}.tar.gz") url='https://github.com/Devon-Austin-Wood-Thomas/larryshell' -md5sums=('465520ced1180ec7dc27dc3bcab64dc1') +md5sums=('a16db8147c58ce68cd6c915438cea1dd') package() { cd $srcdir/larryshell |