Skip to content

Instantly share code, notes, and snippets.

@thatch
Created October 3, 2012 18:26
Show Gist options
  • Save thatch/3828808 to your computer and use it in GitHub Desktop.
Save thatch/3828808 to your computer and use it in GitHub Desktop.
Update Smali to 1.4.0
--- PKGBUILD.orig 2012-09-19 12:14:53.000000000 -0700
+++ PKGBUILD 2012-09-19 12:15:34.000000000 -0700
@@ -1,7 +1,7 @@
# Maintainer: sh0 <mee@sh0.org>
# Contributor: Lekensteyn <lekensteyn@gmail.com>
pkgname=smali
-pkgver=1.3.3
+pkgver=1.4.0
pkgrel=1
pkgdesc="An assembler/disassembler for Android's dex format"
arch=(any)
@@ -13,9 +13,9 @@
"http://smali.googlecode.com/files/smali"
"http://smali.googlecode.com/files/smali-$pkgver.jar")
sha1sums=('f7c1899e133d1f826da1b169ec62fd47a6b3629e'
- '9103c7341838da943037870edee3f5ce53b302b5'
+ '8d993a7b086e9fd3b67e76f395ce5bda0481a914'
'29d9df50ab18a327153a91e0018145008771c040'
- '7c4b0c6dc1dddd14423bbc7eed21440d4b18d309')
+ 'd4c954e82c0cf472bc1667c215e146076f25d456')
package() {
install -d -m755 "$pkgdir/usr/bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment