Skip to content

Commit

Permalink
3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
xantares committed May 22, 2024
1 parent bd6a35a commit f83a346
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = nsis
pkgdesc = A professional open source system to create Windows installers
pkgver = 3.09
pkgver = 3.10
pkgrel = 1
url = http://nsis.sourceforge.net
arch = x86_64
Expand All @@ -10,7 +10,7 @@ pkgbase = nsis
makedepends = mingw-w64-zlib
depends = gcc-libs
options = !strip
source = http://downloads.sourceforge.net/project/nsis/NSIS%203/3.09/nsis-3.09-src.tar.bz2
sha256sums = 0cd846c6e9c59068020a87bfca556d4c630f2c5d554c1098024425242ddc56e2
source = http://downloads.sourceforge.net/project/nsis/NSIS%203/3.10/nsis-3.10-src.tar.bz2
sha256sums = 11b54a6307ab46fef505b2700aaf6f62847c25aa6eebaf2ae0aab2f17f0cb297

pkgname = nsis
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=nsis
pkgver=3.09
pkgver=3.10
pkgrel=1
pkgdesc='A professional open source system to create Windows installers'
arch=('x86_64')
Expand All @@ -9,7 +9,7 @@ depends=('gcc-libs')
makedepends=('scons' 'mingw-w64-gcc' 'mingw-w64-zlib')
options=(!strip)
source=(http://downloads.sourceforge.net/project/nsis/NSIS%203/$pkgver/$pkgname-$pkgver-src.tar.bz2)
sha256sums=('0cd846c6e9c59068020a87bfca556d4c630f2c5d554c1098024425242ddc56e2')
sha256sums=('11b54a6307ab46fef505b2700aaf6f62847c25aa6eebaf2ae0aab2f17f0cb297')

prepare() {
cd "$srcdir/$pkgname-$pkgver-src"
Expand Down

0 comments on commit f83a346

Please sign in to comment.