git » go-1.20.git » commit 9fa4796

upgpkg: 2:1.1.1-1

author Alexander Rødseth
2013-06-14 21:31:43 UTC
committer Alexander Rødseth
2013-06-14 21:31:43 UTC
parent 6be66aac00008d792610d194518cab04a7067e2e

upgpkg: 2:1.1.1-1

PKGBUILD +5 -5

diff --git a/PKGBUILD b/PKGBUILD
index a4e3d4f..f7963fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@
 # TODO: Create split packages for the crosscompilation versions? (maybe)
 
 pkgname=go
-pkgver=1.1
-pkgrel=4
+pkgver=1.1.1
+pkgrel=1
 epoch=2
 pkgdesc='Compiler and tools for the Go programming language from Google'
 arch=('x86_64' 'i686')
@@ -26,12 +26,12 @@ backup=('usr/lib/go/bin')
 if [ "$CARCH" == 'x86_64' ]; then
   source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-amd64.tar.gz"
           "$pkgname.sh")
-  sha256sums=('2ed0548bc9f9071c24d253f945dd8354bdaa8a9925e48ad5eef586afbf6cfe8a'
-           'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
+  sha256sums=('71ff6e7bfd8f59a12f2fc7b7abf5d006fad24664e11e39bec61c2ac84d2e573f'
+            'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
 else
   source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-386.tar.gz"
           "$pkgname.sh")
-  sha256sums=('fd6c951cbd5329f192430fe579dbe594d380c80651bf660c1b3d4e9a86370383'
+  sha256sums=('fabb01f1b6a048280f4235c6d9be1cd7ed27a653ca0e011c393af23e40b54450'
             'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
 fi